GET
/
v1
/
authorizations
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/authorizations/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "60beff40-33f3-40b1-9ac8-922065134162",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "da2336bc-ef62-4bb3-b3dd-25c3966b7239",
      "authorizable_type": "Dashboard",
      "grantee_id": "36",
      "grantee_type": "User",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2025-03-13T11:59:07.698-07:00",
      "created_at": "2025-03-13T11:59:07.698-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