GET
/
organizations
/
{organization_id}
/
tenants
curl --request GET \
  --url https://api.flare.io/firework/v2/organizations/{organization_id}/tenants \
  --header 'Authorization: Bearer <token>'
{
  "items": {},
  "next": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
integer
required

Response

200 - application/json

Success

The response is of type object.