GET
/
v1
/
form_sets
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_sets/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "189e35a1-036b-42ba-9bc0-6f86d2baf127",
    "type": "form_sets",
    "attributes": {
      "name": "Test",
      "slug": "test",
      "is_default": false,
      "forms": [
        "web_new_incident_form"
      ],
      "updated_at": "2025-03-07T00:03:54.003-08:00",
      "created_at": "2025-03-07T00:03:54.003-08: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
form_set found
data
object
required