Skip to main content
GET
/
api
/
canary
/
authentication
/
organization
/
list
List Organizations
curl --request GET \
  --url http://localhost:3000/api/canary/authentication/organization/list \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": [
    "Invalid input data"
  ],
  "error": "Bad Request"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Organizations listed successfully