cURL
curl --request GET \ --url https://api.staging-2tid4c.ezyshield.com.au/management/v1/organization \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "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
The organization ID.
The name of the organization.
The organization's unique slug.
ISO 8601 formatted date-time.