GET
/
api
/
b
/
role
/
{role_id}
Get Brand Role
curl --request GET \
  --url https://platform.grorapid.com/api/b/role/{role_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

role_id
string
required

Query Parameters

buuid
string

Response

200 - application/json

Successful response.

The response is of type object.