Skip to main content
POST
/
v1.questionnaire.created
Questionnaire created
curl --request POST \
  --url https://your-endpoint.example.com/v1.questionnaire.created \
  --header 'Content-Type: application/json' \
  --data '
{
  "questionnaire": {
    "id": "123"
  }
}
'

Body

application/json
questionnaire
object
required

Response

200

Return any 2xx status within 15 seconds to acknowledge receipt.