Zum Inhalt springen

Organizations

Zuletzt aktualisiert am

Returns a list of all organizations for which the authenticated user has permissions. This is usually the first call a developer makes to obtain the required organizationId for subsequent requests.

URL: GET /api/v1/organizations

Example Response (200 OK):

[
{
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Sample Company Ltd."
}
]