Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List custom forms
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "1619ece4-9ec5-4262-8f19-f449710f598e",
"type": "custom_forms",
"attributes": {
"slug": "modi-error-accusantium-ut",
"name": "Modi error accusantium ut.",
"description": "Sit necessitatibus quia quod.",
"enabled": true,
"command": "modi-error-accusantium-ut",
"created_at": "2025-11-27T00:07:02.188-08:00",
"updated_at": "2025-11-27T00:07:02.188-08:00"
}
},
{
"id": "d826c84a-d6e4-4662-b264-c095ad5576fd",
"type": "custom_forms",
"attributes": {
"slug": "voluptates-quae-molestias-commodi",
"name": "Voluptates quae molestias commodi.",
"description": "Recusandae rerum quos explicabo.",
"enabled": true,
"command": "voluptates-quae-molestias-commodi",
"created_at": "2025-11-27T00:07:02.184-08:00",
"updated_at": "2025-11-27T00:07:02.184-08:00"
}
},
{
"id": "6787fe9d-355f-44fe-ba62-c374b863cd4a",
"type": "custom_forms",
"attributes": {
"slug": "itaque-consequatur-autem-explicabo",
"name": "Itaque consequatur autem explicabo.",
"description": "Cum et inventore hic.",
"enabled": true,
"command": "itaque-consequatur-autem-explicabo",
"created_at": "2025-11-27T00:07:02.180-08:00",
"updated_at": "2025-11-27T00:07:02.180-08:00"
}
},
{
"id": "a207be2e-9545-4ecc-bc26-178b178ccbbf",
"type": "custom_forms",
"attributes": {
"slug": "quo-dicta-labore-et",
"name": "Quo dicta labore et.",
"description": "Unde sit illum laudantium.",
"enabled": true,
"command": "quo-dicta-labore-et",
"created_at": "2025-11-27T00:07:02.176-08:00",
"updated_at": "2025-11-27T00:07:02.176-08:00"
}
},
{
"id": "c0d24910-338d-4fed-a0b7-e4e76f1d7c4f",
"type": "custom_forms",
"attributes": {
"slug": "voluptatibus-soluta-tempora-dolore",
"name": "Voluptatibus soluta tempora dolore.",
"description": "Enim enim reiciendis cupiditate.",
"enabled": true,
"command": "voluptatibus-soluta-tempora-dolore",
"created_at": "2025-11-27T00:07:02.172-08:00",
"updated_at": "2025-11-27T00:07:02.172-08:00"
}
},
{
"id": "6693efec-f7f4-4e7b-a5f6-4b4d77cb5b92",
"type": "custom_forms",
"attributes": {
"slug": "delectus-voluptas-ea-tempore",
"name": "Delectus voluptas ea tempore.",
"description": "Accusantium voluptatem necessitatibus sint.",
"enabled": true,
"command": "delectus-voluptas-ea-tempore",
"created_at": "2025-11-27T00:07:02.168-08:00",
"updated_at": "2025-11-27T00:07:02.168-08:00"
}
},
{
"id": "8575801e-523d-4d3d-819d-e66ca4dcc124",
"type": "custom_forms",
"attributes": {
"slug": "cupiditate-explicabo-est-et",
"name": "Cupiditate explicabo est et.",
"description": "Facilis quia voluptatem architecto.",
"enabled": true,
"command": "cupiditate-explicabo-est-et",
"created_at": "2025-11-27T00:07:02.164-08:00",
"updated_at": "2025-11-27T00:07:02.164-08:00"
}
},
{
"id": "26ca7703-8ef1-4259-b145-0e385314656c",
"type": "custom_forms",
"attributes": {
"slug": "non-iure-est-distinctio",
"name": "Non iure est distinctio.",
"description": "Aut vel ex voluptas.",
"enabled": true,
"command": "non-iure-est-distinctio",
"created_at": "2025-11-27T00:07:02.160-08:00",
"updated_at": "2025-11-27T00:07:02.160-08:00"
}
},
{
"id": "b20f04f0-d39a-475e-a711-4ba6a0493936",
"type": "custom_forms",
"attributes": {
"slug": "voluptas-enim-necessitatibus-recusandae",
"name": "Voluptas enim necessitatibus recusandae.",
"description": "Ipsum molestiae qui molestiae.",
"enabled": true,
"command": "voluptas-enim-necessitatibus-recusandae",
"created_at": "2025-11-27T00:07:02.156-08:00",
"updated_at": "2025-11-27T00:07:02.156-08:00"
}
},
{
"id": "47146e3c-1b9c-46fc-b354-670537a7632f",
"type": "custom_forms",
"attributes": {
"slug": "laborum-fugiat-distinctio-qui",
"name": "Laborum fugiat distinctio qui.",
"description": "Dolorem suscipit temporibus assumenda.",
"enabled": true,
"command": "laborum-fugiat-distinctio-qui",
"created_at": "2025-11-27T00:07:02.151-08:00",
"updated_at": "2025-11-27T00:07:02.151-08:00"
}
}
],
"links": {
"self": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/custom_forms \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "1619ece4-9ec5-4262-8f19-f449710f598e",
"type": "custom_forms",
"attributes": {
"slug": "modi-error-accusantium-ut",
"name": "Modi error accusantium ut.",
"description": "Sit necessitatibus quia quod.",
"enabled": true,
"command": "modi-error-accusantium-ut",
"created_at": "2025-11-27T00:07:02.188-08:00",
"updated_at": "2025-11-27T00:07:02.188-08:00"
}
},
{
"id": "d826c84a-d6e4-4662-b264-c095ad5576fd",
"type": "custom_forms",
"attributes": {
"slug": "voluptates-quae-molestias-commodi",
"name": "Voluptates quae molestias commodi.",
"description": "Recusandae rerum quos explicabo.",
"enabled": true,
"command": "voluptates-quae-molestias-commodi",
"created_at": "2025-11-27T00:07:02.184-08:00",
"updated_at": "2025-11-27T00:07:02.184-08:00"
}
},
{
"id": "6787fe9d-355f-44fe-ba62-c374b863cd4a",
"type": "custom_forms",
"attributes": {
"slug": "itaque-consequatur-autem-explicabo",
"name": "Itaque consequatur autem explicabo.",
"description": "Cum et inventore hic.",
"enabled": true,
"command": "itaque-consequatur-autem-explicabo",
"created_at": "2025-11-27T00:07:02.180-08:00",
"updated_at": "2025-11-27T00:07:02.180-08:00"
}
},
{
"id": "a207be2e-9545-4ecc-bc26-178b178ccbbf",
"type": "custom_forms",
"attributes": {
"slug": "quo-dicta-labore-et",
"name": "Quo dicta labore et.",
"description": "Unde sit illum laudantium.",
"enabled": true,
"command": "quo-dicta-labore-et",
"created_at": "2025-11-27T00:07:02.176-08:00",
"updated_at": "2025-11-27T00:07:02.176-08:00"
}
},
{
"id": "c0d24910-338d-4fed-a0b7-e4e76f1d7c4f",
"type": "custom_forms",
"attributes": {
"slug": "voluptatibus-soluta-tempora-dolore",
"name": "Voluptatibus soluta tempora dolore.",
"description": "Enim enim reiciendis cupiditate.",
"enabled": true,
"command": "voluptatibus-soluta-tempora-dolore",
"created_at": "2025-11-27T00:07:02.172-08:00",
"updated_at": "2025-11-27T00:07:02.172-08:00"
}
},
{
"id": "6693efec-f7f4-4e7b-a5f6-4b4d77cb5b92",
"type": "custom_forms",
"attributes": {
"slug": "delectus-voluptas-ea-tempore",
"name": "Delectus voluptas ea tempore.",
"description": "Accusantium voluptatem necessitatibus sint.",
"enabled": true,
"command": "delectus-voluptas-ea-tempore",
"created_at": "2025-11-27T00:07:02.168-08:00",
"updated_at": "2025-11-27T00:07:02.168-08:00"
}
},
{
"id": "8575801e-523d-4d3d-819d-e66ca4dcc124",
"type": "custom_forms",
"attributes": {
"slug": "cupiditate-explicabo-est-et",
"name": "Cupiditate explicabo est et.",
"description": "Facilis quia voluptatem architecto.",
"enabled": true,
"command": "cupiditate-explicabo-est-et",
"created_at": "2025-11-27T00:07:02.164-08:00",
"updated_at": "2025-11-27T00:07:02.164-08:00"
}
},
{
"id": "26ca7703-8ef1-4259-b145-0e385314656c",
"type": "custom_forms",
"attributes": {
"slug": "non-iure-est-distinctio",
"name": "Non iure est distinctio.",
"description": "Aut vel ex voluptas.",
"enabled": true,
"command": "non-iure-est-distinctio",
"created_at": "2025-11-27T00:07:02.160-08:00",
"updated_at": "2025-11-27T00:07:02.160-08:00"
}
},
{
"id": "b20f04f0-d39a-475e-a711-4ba6a0493936",
"type": "custom_forms",
"attributes": {
"slug": "voluptas-enim-necessitatibus-recusandae",
"name": "Voluptas enim necessitatibus recusandae.",
"description": "Ipsum molestiae qui molestiae.",
"enabled": true,
"command": "voluptas-enim-necessitatibus-recusandae",
"created_at": "2025-11-27T00:07:02.156-08:00",
"updated_at": "2025-11-27T00:07:02.156-08:00"
}
},
{
"id": "47146e3c-1b9c-46fc-b354-670537a7632f",
"type": "custom_forms",
"attributes": {
"slug": "laborum-fugiat-distinctio-qui",
"name": "Laborum fugiat distinctio qui.",
"description": "Dolorem suscipit temporibus assumenda.",
"enabled": true,
"command": "laborum-fugiat-distinctio-qui",
"created_at": "2025-11-27T00:07:02.151-08:00",
"updated_at": "2025-11-27T00:07:02.151-08:00"
}
}
],
"links": {
"self": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/custom_forms?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}