Skip to main content
GET
/
organization
Get the current organization
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"
  }
}

Authorizations

Authorization
string
header
required

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

Response

OrganizationResource

data
OrganizationResource · object
required