API reference
cURL
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": "org_1GB56M1ST1S0GVNA", "name": "<string>" }
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Successful Response
"isometric.com"
20 - 37
"org_1GB56M1ST1S0GVNA"
"org_1CP8EQDNQSBXTMR2"
"Isometric"
Was this page helpful?