Skip to main content
GET
/
form-sites
/
check
Check if form site exists
curl --request GET \
  --url https://app.azalt.co/api/v1/form-sites/check \
  --header 'Authorization: Bearer <token>'
{
  "exists": true,
  "formSiteId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

formId
string
required
siteId
string
required
year
number
required

Response

Successful response

exists
boolean
required
formSiteId
string