GET
/
v1
/
custom_forms
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/custom_forms/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "6dbd55d6-c6b8-47f8-b154-dcb6e3416e57",
    "type": "custom_forms",
    "attributes": {
      "slug": "et-ea-nihil-ut",
      "name": "Et ea nihil ut.",
      "description": "Doloremque hic possimus qui.",
      "enabled": true,
      "command": "et-ea-nihil-ut",
      "created_at": "2025-03-13T11:59:47.784-07:00",
      "updated_at": "2025-03-13T11:59:47.784-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