cURL
curl --request GET \ --url https://api.staging-2tid4c.ezyshield.com.au/management/v1/organization \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "organizations", "attributes": { "name": "<string>", "slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OrganizationResource
Show child attributes