Skip to main content
GET
/
api
/
v1
/
org
List Organizations
curl --request GET \
  --url https://api.dev.anthid.com/api/v1/org
{
  "organizations": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Response

Organizations for token

organizations
object[]
required