Skip to main content
GET
/
me
/
orgs
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/me/orgs \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "clerkOrgId": "<string>",
      "keyRotatedAt": "2023-11-07T05:31:56Z",
      "settings": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Response

200 - application/json

OK

Result of listing the authenticated user's organizations

items
object[]
required

Orgs the authenticated user is a member of