GET
/
roles
/
{membershipId}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/roles/{membershipId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "appId": "<string>",
    "role": null
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

membershipId
string
required

Response

200
application/json

Successful response

The response is of type object[].

GET
/
roles
/
{membershipId}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/roles/{membershipId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "appId": "<string>",
    "role": null
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

membershipId
string
required

Response

200
application/json

Successful response

The response is of type object[].