GET
/
v1
/
authorizations
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/authorizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ade1af51-b5c7-4f29-bec2-b5144bccf500",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "6c67f333-a838-4e1a-9e38-82593608a76c",
      "authorizable_type": "Dashboard",
      "grantee_id": "37",
      "grantee_type": "Team",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2025-04-18T09:45:07.586-07:00",
      "created_at": "2025-04-18T09:45:07.586-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json
authorization found
data
object
required