List Organizations
GET/v1/organizations
This endpoint returns the list of the Organizations that belongs to the user.
Responses
- 200
- 429
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
organizationId uuid
Identifier of the Organization.
name stringnullable
Name of the Organization.
[
{
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
}
]
Too many requests. In case of the request rate exceeds the rate limits.
Loading...