/registrations/{id}/checks/sms-validation
POST registrations (with the specified identifier) - checks - sms-validation
Path Parameters
- Type: stringidrequired
Body·
required
application/json
- Type: object ·sms
_validation
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
}