List Forms.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/forms/getAll \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "items": [ { "id": "{{objectId}}", "title": { "en": "Contact Us" }, "slug": "contact-us", "isActive": true } ], "pagination": { "total": 1, "page": 1, "limit": 50, "totalPages": 1 } } }
x >= 1
1
1 <= x <= 100
50
"contact"
false
OK
Was this page helpful?