GET
/
organisations
/
{id}
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/organisations/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "domain": "isometric.com",
  "id": "abc_1H0G39139CF0DZB2",
  "name": "Isometric"
}

Authorizations

Authorization
string
headerrequired

An 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

Path Parameters

id
string
required

Response

200 - application/json
domain
string | null
required
id
string
required
name
string
required