/registrations/{id}/checks
POST registrations (with the specified identifier) - checks
Path Parameters
- Type: stringidrequired
Body·
required
application/json
- Type: object ·trigger
_check
Responses
- 204
No content
- application/json
Request Example for post/registrations/{id}/checks
curl 'https://api.bedrijvencheck.nl/24/registrations/{id}/checks' \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic username:password' \
--data '{
"trigger_check": {
"type": ""
}
}'
No Body
