Skip to main content
GET
/
forms
/
getById
/
{id}
Get form by id (public)
curl --request GET \
  --url https://api.octaviatech.app/cms/forms/getById/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "statusCode": 200,
  "message": "OK",
  "data": {
    "id": "{{objectId}}",
    "title": {
      "en": "Contact Us"
    },
    "slug": "contact-us",
    "sections": []
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required
Example:

"{{objectId}}"

Response

OK

The response is of type any.