POST
/
api
/
roles
/
brand
/
add
Add NEW role to brand
curl --request POST \
  --url https://platform.grorapid.com/api/roles/brand/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "buuid": "<uuid>",
  "role_name": "oem",
  "internal_access_32543hbhjb3243h4": "<token>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
buuid
string
required
role_name
string
required
internal_access_32543hbhjb3243h4
string
required

Response

201 - application/json

Successful response.

The response is of type object.