/business-account-invitations/{token}
GET business-account-invitations (with the specified identifier)
Path Parameters
- Type: stringtokenrequired
Responses
- application/json
- application/json
Request Example for get/business-account-invitations/{token}
curl 'https://api.bedrijvencheck.nl/24/business-account-invitations/{token}' \
--header 'Authorization: Basic username:password'
{
"business_account_user": {
"id": "string",
"registration_id": "string",
"status": "string",
"role": "user",
"first_name": "string",
"last_name": "string",
"email_address": "string",
"gender": "string"
}
}