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": "d6285eda-01aa-4f2b-bc80-2caee90c6c88",
"type": "custom_forms",
"attributes": {
"slug": "consectetur-fugit-voluptates-quasi",
"name": "Consectetur fugit voluptates quasi.",
"description": "Illum voluptatum voluptatem ducimus.",
"enabled": true,
"command": "consectetur-fugit-voluptates-quasi",
"created_at": "2025-09-15T12:09:20.576-07:00",
"updated_at": "2025-09-15T12:09:20.576-07:00"
}
},
{
"id": "5048f481-2a4b-432a-87d3-8b2805e61ea4",
"type": "custom_forms",
"attributes": {
"slug": "ut-et-natus-quas",
"name": "Ut et natus quas.",
"description": "Sed voluptates sit aut.",
"enabled": true,
"command": "ut-et-natus-quas",
"created_at": "2025-09-15T12:09:20.571-07:00",
"updated_at": "2025-09-15T12:09:20.571-07:00"
}
},
{
"id": "908048c6-9b0d-4460-93b3-ba24377e02f2",
"type": "custom_forms",
"attributes": {
"slug": "esse-laudantium-earum-enim",
"name": "Esse laudantium earum enim.",
"description": "Excepturi voluptatum soluta ut.",
"enabled": true,
"command": "esse-laudantium-earum-enim",
"created_at": "2025-09-15T12:09:20.566-07:00",
"updated_at": "2025-09-15T12:09:20.566-07:00"
}
},
{
"id": "8532d4b2-861f-4585-979f-fcc6c8455a96",
"type": "custom_forms",
"attributes": {
"slug": "et-praesentium-non-delectus",
"name": "Et praesentium non delectus.",
"description": "Harum porro a sapiente.",
"enabled": true,
"command": "et-praesentium-non-delectus",
"created_at": "2025-09-15T12:09:20.561-07:00",
"updated_at": "2025-09-15T12:09:20.561-07:00"
}
},
{
"id": "c43780b8-f3bd-4088-bbe3-dd8de341e609",
"type": "custom_forms",
"attributes": {
"slug": "itaque-non-qui-maxime",
"name": "Itaque non qui maxime.",
"description": "Ratione iste voluptatem cupiditate.",
"enabled": true,
"command": "itaque-non-qui-maxime",
"created_at": "2025-09-15T12:09:20.556-07:00",
"updated_at": "2025-09-15T12:09:20.556-07:00"
}
},
{
"id": "57babcfc-5279-4783-aa58-eac0689fbd8b",
"type": "custom_forms",
"attributes": {
"slug": "dolorem-et-in-et",
"name": "Dolorem et in et.",
"description": "Corporis labore fuga illo.",
"enabled": true,
"command": "dolorem-et-in-et",
"created_at": "2025-09-15T12:09:20.551-07:00",
"updated_at": "2025-09-15T12:09:20.551-07:00"
}
},
{
"id": "252e9621-43e2-428d-8a39-f281219855fb",
"type": "custom_forms",
"attributes": {
"slug": "delectus-impedit-aspernatur-iure",
"name": "Delectus impedit aspernatur iure.",
"description": "Quos vel deserunt optio.",
"enabled": true,
"command": "delectus-impedit-aspernatur-iure",
"created_at": "2025-09-15T12:09:20.547-07:00",
"updated_at": "2025-09-15T12:09:20.547-07:00"
}
},
{
"id": "554a9556-3162-4ac2-aa5f-72b0335747c4",
"type": "custom_forms",
"attributes": {
"slug": "voluptates-et-eos-ut",
"name": "Voluptates et eos ut.",
"description": "Voluptatem atque totam voluptas.",
"enabled": true,
"command": "voluptates-et-eos-ut",
"created_at": "2025-09-15T12:09:20.542-07:00",
"updated_at": "2025-09-15T12:09:20.542-07:00"
}
},
{
"id": "a6de3975-03d7-4164-8077-06bad13325da",
"type": "custom_forms",
"attributes": {
"slug": "accusamus-assumenda-autem-earum",
"name": "Accusamus assumenda autem earum.",
"description": "Provident velit aspernatur sunt.",
"enabled": true,
"command": "accusamus-assumenda-autem-earum",
"created_at": "2025-09-15T12:09:20.538-07:00",
"updated_at": "2025-09-15T12:09:20.538-07:00"
}
},
{
"id": "fdb4b711-c9f5-4283-860d-7b5ad2a337ff",
"type": "custom_forms",
"attributes": {
"slug": "est-minus-placeat-incidunt",
"name": "Est minus placeat incidunt.",
"description": "Autem maiores itaque laborum.",
"enabled": true,
"command": "est-minus-placeat-incidunt",
"created_at": "2025-09-15T12:09:20.533-07:00",
"updated_at": "2025-09-15T12:09:20.533-07: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": "d6285eda-01aa-4f2b-bc80-2caee90c6c88",
"type": "custom_forms",
"attributes": {
"slug": "consectetur-fugit-voluptates-quasi",
"name": "Consectetur fugit voluptates quasi.",
"description": "Illum voluptatum voluptatem ducimus.",
"enabled": true,
"command": "consectetur-fugit-voluptates-quasi",
"created_at": "2025-09-15T12:09:20.576-07:00",
"updated_at": "2025-09-15T12:09:20.576-07:00"
}
},
{
"id": "5048f481-2a4b-432a-87d3-8b2805e61ea4",
"type": "custom_forms",
"attributes": {
"slug": "ut-et-natus-quas",
"name": "Ut et natus quas.",
"description": "Sed voluptates sit aut.",
"enabled": true,
"command": "ut-et-natus-quas",
"created_at": "2025-09-15T12:09:20.571-07:00",
"updated_at": "2025-09-15T12:09:20.571-07:00"
}
},
{
"id": "908048c6-9b0d-4460-93b3-ba24377e02f2",
"type": "custom_forms",
"attributes": {
"slug": "esse-laudantium-earum-enim",
"name": "Esse laudantium earum enim.",
"description": "Excepturi voluptatum soluta ut.",
"enabled": true,
"command": "esse-laudantium-earum-enim",
"created_at": "2025-09-15T12:09:20.566-07:00",
"updated_at": "2025-09-15T12:09:20.566-07:00"
}
},
{
"id": "8532d4b2-861f-4585-979f-fcc6c8455a96",
"type": "custom_forms",
"attributes": {
"slug": "et-praesentium-non-delectus",
"name": "Et praesentium non delectus.",
"description": "Harum porro a sapiente.",
"enabled": true,
"command": "et-praesentium-non-delectus",
"created_at": "2025-09-15T12:09:20.561-07:00",
"updated_at": "2025-09-15T12:09:20.561-07:00"
}
},
{
"id": "c43780b8-f3bd-4088-bbe3-dd8de341e609",
"type": "custom_forms",
"attributes": {
"slug": "itaque-non-qui-maxime",
"name": "Itaque non qui maxime.",
"description": "Ratione iste voluptatem cupiditate.",
"enabled": true,
"command": "itaque-non-qui-maxime",
"created_at": "2025-09-15T12:09:20.556-07:00",
"updated_at": "2025-09-15T12:09:20.556-07:00"
}
},
{
"id": "57babcfc-5279-4783-aa58-eac0689fbd8b",
"type": "custom_forms",
"attributes": {
"slug": "dolorem-et-in-et",
"name": "Dolorem et in et.",
"description": "Corporis labore fuga illo.",
"enabled": true,
"command": "dolorem-et-in-et",
"created_at": "2025-09-15T12:09:20.551-07:00",
"updated_at": "2025-09-15T12:09:20.551-07:00"
}
},
{
"id": "252e9621-43e2-428d-8a39-f281219855fb",
"type": "custom_forms",
"attributes": {
"slug": "delectus-impedit-aspernatur-iure",
"name": "Delectus impedit aspernatur iure.",
"description": "Quos vel deserunt optio.",
"enabled": true,
"command": "delectus-impedit-aspernatur-iure",
"created_at": "2025-09-15T12:09:20.547-07:00",
"updated_at": "2025-09-15T12:09:20.547-07:00"
}
},
{
"id": "554a9556-3162-4ac2-aa5f-72b0335747c4",
"type": "custom_forms",
"attributes": {
"slug": "voluptates-et-eos-ut",
"name": "Voluptates et eos ut.",
"description": "Voluptatem atque totam voluptas.",
"enabled": true,
"command": "voluptates-et-eos-ut",
"created_at": "2025-09-15T12:09:20.542-07:00",
"updated_at": "2025-09-15T12:09:20.542-07:00"
}
},
{
"id": "a6de3975-03d7-4164-8077-06bad13325da",
"type": "custom_forms",
"attributes": {
"slug": "accusamus-assumenda-autem-earum",
"name": "Accusamus assumenda autem earum.",
"description": "Provident velit aspernatur sunt.",
"enabled": true,
"command": "accusamus-assumenda-autem-earum",
"created_at": "2025-09-15T12:09:20.538-07:00",
"updated_at": "2025-09-15T12:09:20.538-07:00"
}
},
{
"id": "fdb4b711-c9f5-4283-860d-7b5ad2a337ff",
"type": "custom_forms",
"attributes": {
"slug": "est-minus-placeat-incidunt",
"name": "Est minus placeat incidunt.",
"description": "Autem maiores itaque laborum.",
"enabled": true,
"command": "est-minus-placeat-incidunt",
"created_at": "2025-09-15T12:09:20.533-07:00",
"updated_at": "2025-09-15T12:09:20.533-07: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
}
}