GET
/
admin
/
accounts
/
{id}
/
{workspaceId}
/
{platform}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/admin/accounts/{id}/{workspaceId}/{platform} \
  --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

id
string
required
workspaceId
string
required
platform
enum<string>
required
Available options:
rd,
rdcrm,
exact

Response

200
application/json

Successful response

The response is of type object.

GET
/
admin
/
accounts
/
{id}
/
{workspaceId}
/
{platform}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/admin/accounts/{id}/{workspaceId}/{platform} \
  --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

id
string
required
workspaceId
string
required
platform
enum<string>
required
Available options:
rd,
rdcrm,
exact

Response

200
application/json

Successful response

The response is of type object.