/business-accounts/{id}/checks

POST business-accounts (with the specified identifier) - checks

Path Parameters
  • id
    Type: string
    required
Body·
required
application/json
  • trigger_check
    Type: object ·
Responses
  • 204

    No content

  • application/json
Request Example for post/business-accounts/{id}/checks
curl 'https://api.bedrijvencheck.nl/24/business-accounts/{id}/checks' \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Basic username:password' \
  --data '{
  "trigger_check": {
    "type": ""
  }
}'
No Body