GET
/
v1
/
custom_forms
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/custom_forms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7cca8877-499b-4bf6-ba48-41a6482636e7",
    "type": "custom_forms",
    "attributes": {
      "slug": "ullam-omnis-fugit-illum",
      "name": "Ullam omnis fugit illum.",
      "description": "Vel ut libero eveniet.",
      "enabled": true,
      "command": "ullam-omnis-fugit-illum",
      "created_at": "2025-07-02T21:11:16.731-07:00",
      "updated_at": "2025-07-02T21:11:16.731-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

The response is of type object.