POST
/
v1
/
authorizations
curl --request POST \
  --url https://api.rootly.com/v1/authorizations \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "cfa1b9a3-7f48-4fca-be14-144e4a23d9f5",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "bcd717cf-3ec3-44ff-9992-6c9c57bce600",
      "authorizable_type": "Dashboard",
      "grantee_id": "32",
      "grantee_type": "User",
      "permissions": [
        "read"
      ],
      "updated_at": "2025-03-13T11:59:05.828-07:00",
      "created_at": "2025-03-13T11:59:05.828-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/vnd.api+json
data
object
required

Response

201
application/vnd.api+json
authorization created
data
object
required