POST
/
v1
/
custom_forms
curl --request POST \
  --url https://api.rootly.com/v1/custom_forms \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "1c959627-d7d0-4cf7-a2ba-ff41b4899028",
    "type": "custom_forms",
    "attributes": {
      "slug": "test",
      "name": "Test",
      "description": null,
      "enabled": true,
      "command": "test",
      "created_at": "2025-03-13T11:59:45.235-07:00",
      "updated_at": "2025-03-13T11:59:45.235-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
custom_form created
data
object
required