/business-account-invitations/{token}/accept
POST business-account-invitations (with the specified identifier) - accept
Path Parameters
- Type: stringtokenrequired
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
}