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

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Response

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