GET
/
v1
/
authorizations
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/authorizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a3bbdd6f-e527-4745-9dab-2f4ca6d6eac7",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "684ccf31-afca-4f8c-b5bb-a4909bd9ab2c",
      "authorizable_type": "Dashboard",
      "grantee_id": "44",
      "grantee_type": "User",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2025-03-19T07:48:18.841-07:00",
      "created_at": "2025-03-19T07:48:18.841-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