Skip to main content
GET
/
organization
Get the current organization
curl --request GET \
  --url https://app.ezyshield.com.au/api/organization \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "<string>",
    "attributes": {
      "name": "<string>",
      "slug": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

fields[organizations]
enum<string>[]
Available options:
name,
slug,
created_at,
updated_at

Response

OrganizationResource

data
OrganizationResource · object
required