/business-account-invitations/{token}/accept

POST business-account-invitations (with the specified identifier) - accept

Path Parameters
  • token
    Type: string
    required
Responses
  • application/json
  • application/json
Request Example for post/business-account-invitations/{token}/accept
curl 'https://api.bedrijvencheck.nl/24/business-account-invitations/{token}/accept' \
  --request POST \
  --header 'Authorization: Basic username:password'
{
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "success": true
}