GET
/
roles
/
{membershipId}
/
{appId}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/roles/{membershipId}/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "membershipId": "<string>",
  "appId": "<string>",
  "role": null,
  "createdBy": null,
  "updatedBy": null,
  "createdAt": "2025-07-04T18:19:21.201Z",
  "updatedAt": "2025-07-04T18:19:21.201Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

appId
string
required
membershipId
string
required

Response

200
application/json

Successful response

The response is of type object.

GET
/
roles
/
{membershipId}
/
{appId}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/roles/{membershipId}/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "membershipId": "<string>",
  "appId": "<string>",
  "role": null,
  "createdBy": null,
  "updatedBy": null,
  "createdAt": "2025-07-04T18:19:21.201Z",
  "updatedAt": "2025-07-04T18:19:21.201Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

appId
string
required
membershipId
string
required

Response

200
application/json

Successful response

The response is of type object.