/registrations/{id}/checks/sms-validation

POST registrations (with the specified identifier) - checks - sms-validation

Path Parameters
  • id
    Type: string
    required
Body·
required
application/json
  • sms_validation
    Type: object ·
Responses
  • application/json
  • application/json
Request Example for post/registrations/{id}/checks/sms-validation
curl 'https://api.bedrijvencheck.nl/24/registrations/{id}/checks/sms-validation' \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Basic username:password' \
  --data '{
  "sms_validation": {
    "code": ""
  }
}'
{
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "success": true
}