Skip to main content
PATCH
/
organization
Update organization
curl --request PATCH \
  --url https://api.getarbol.com/v1/organization \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "url": "<string>",
  "industry": "<string>",
  "country": "<string>",
  "city": "<string>",
  "telephone": "<string>",
  "email": "<string>",
  "timezone": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Body

application/json
name
string
description
string
url
string
industry
string
country
string
city
string
telephone
string
email
string
timezone
string

Response

Updated organization