Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
logo_url
string

The URL of the company logo.

Example:

"https://example.com/logo.png"

name
string

The name of the company.

Example:

"My Company"

slug
string

A unique identifier for the company.

Example:

"my-company"

Response

200 - application/json

OK

country
string

The country the workspace is based in.

Example:

"US"

created_at
string

The date and time the workspace was created.

Example:

"2018-01-01T00:00:00.000Z"

id
string

UUID of the workspace.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

name
string

The name of the workspace.

Example:

"My Company"

sandbox
boolean

Indicates if the workspace is in a sandbox environment.

Example:

true

slug
string

A unique identifier for the workspace.

Example:

"my_company"

updated_at
string

The date and time the workspace was last updated.

Example:

"2018-01-01T00:00:00.000Z"