/registrations/{id}/comments

GET registrations (with the specified identifier) - comments

Path Parameters
  • id
    Type: string
    required
Responses
  • application/json
  • application/json
Request Example for get/registrations/{id}/comments
curl 'https://api.bedrijvencheck.nl/24/registrations/{id}/comments' \
  --header 'Authorization: Basic username:password'
{
  "comments": [
    {
      "type": "customer_comment",
      "date": "2026-09-01T15:15:25.081Z",
      "comment": "string"
    }
  ]
}