GET
/
accounts
/
platform:
{platform}
Obter conta
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/accounts/platform:{platform} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "platform": "rd",
  "platformId": "<string>",
  "description": null,
  "createdBy": null,
  "updatedBy": null,
  "createdAt": "2025-07-21T17:52:50.046Z",
  "updatedAt": "2025-07-21T17:52:50.046Z",
  "workspaceId": "<string>"
}

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

Plataforma de origem da conta

Available options:
rd,
rdcrm,
exact

Response

200
application/json

Successful response

The response is of type object.