POST
/
api
/
pb
/
u
/
invitations
/
accept
Public - Accept Brand User Invitation
curl --request POST \
  --url https://platform.grorapid.com/api/pb/u/invitations/accept \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<uuid>",
  "token": "<token>"
}
'
{}

Body

application/json
id
string
required
token
string
required

Response

201 - application/json

Successful response.

The response is of type object.