Português (BR)
curl --request GET \ --url https://api.contas.rdstationmentoria.com.br/rest/roles/{membershipId} \ --header 'Authorization: Bearer <token>'
[ { "appId": "<string>", "role": null } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]