Error
A valid request URL is required to generate request examples{
"organizations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"public_code": "<string>",
"name": "<string>",
"logo_url": "<string>",
"role": "<string>"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Organizations
List the caller's organizations
What the switcher shows. Fetched on demand rather than carried in the session, which only ever describes the active one.
GET
/
v1
/
organizations
Error
A valid request URL is required to generate request examples{
"organizations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"public_code": "<string>",
"name": "<string>",
"logo_url": "<string>",
"role": "<string>"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Autorizações
A staff session token, uk_st_…. Minted by sign-up, sign-in or the two-factor exchange. Only a 401 means it is spent; not_a_member (403) is about the organization named in X-Organization-Id and leaves the token good for the others.
Resposta
The organizations.
Show child attributes
Show child attributes