POST
/
v1
/
form_sets
curl --request POST \
  --url https://api.rootly.com/v1/form_sets \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "4709e251-94ed-43f1-8e80-a6d1d93110fd",
    "type": "form_sets",
    "attributes": {
      "name": "Test custom form set",
      "slug": "test-custom-form-set",
      "is_default": false,
      "forms": [
        "web_new_incident_form"
      ],
      "updated_at": "2025-03-07T00:03:56.106-08:00",
      "created_at": "2025-03-07T00:03:56.106-08: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
form_set created
data
object
required