GET
/
accounts
/
check
/
{platform}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/accounts/check/{platform} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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

Path Parameters

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

Response

200
application/json

Successful response

The response is of type boolean.

GET
/
accounts
/
check
/
{platform}
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/accounts/check/{platform} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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

Path Parameters

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

Response

200
application/json

Successful response

The response is of type boolean.