Português (BR)
curl --request GET \ --url https://api.contas.rdstationmentoria.com.br/rest/admin/accounts/{id}/{workspaceId} \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "platform": "rd", "platformId": "<string>", "description": null, "createdBy": null, "updatedBy": null, "createdAt": "2025-07-04T18:19:21.196Z", "updatedAt": "2025-07-04T18:19:21.196Z", "workspaceId": "<string>" } ]
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[]