GET
/
v1
/
custom_forms
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "182319d8-f575-4c8b-b2b1-af24972162e0",
    "type": "custom_forms",
    "attributes": {
      "slug": "voluptatem-doloremque-dolorum-error",
      "name": "Voluptatem doloremque dolorum error.",
      "description": "Et dolore voluptate laboriosam.",
      "enabled": true,
      "command": "voluptatem-doloremque-dolorum-error",
      "created_at": "2025-03-19T17:37:02.265-07:00",
      "updated_at": "2025-03-19T17:37:02.265-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
custom_form found
data
object
required