Skip to main content
GET
/
organisation
Current Organisation
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/organisation \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "domain": "isometric.com",
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Response

Successful Response

domain
string | null
required
Example:

"isometric.com"

id
string
required
Required string length: 20 - 37
name
string
required