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

Authorizations

x-api-key
string
header
required

Path Parameters

slug
string
required
Example:

"contact-us"

Response

OK

The response is of type any.