Skip to main content
POST
/
form-sites
Create form site association
curl --request POST \
  --url https://app.azalt.co/api/v1/form-sites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "formId": "<string>",
  "siteId": "<string>",
  "year": 123
}
'
{
  "formSiteId": "<string>",
  "created": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
formId
string
required
siteId
string
required
year
number
required

Response

Successful response

formSiteId
string
required
created
boolean
required