Skip to content
OpenPostDocs
OpenPostDocs
Workspaces

List organizations for the current user

GET/organizations

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/organizations"
[  {    "created_at": "string",    "id": "string",    "name": "string",    "role": "string"  }]