v2

latestOpenAPI 3.1.02026-08-054181117.0 KB

Organisation

Information about a specific organisation.

get/organisations/{id}

Path parameters

idstring required
Example:org_1GB56M1ST1S0GVNA

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
namestring required
domainstring nullable required

Example response

{
  "id": "org_1GB56M1ST1S0GVNA",
  "name": "Isometric",
  "domain": "isometric.com"
}