GET
/
api
/
v3
/
accounts
curl --request GET \
  --url https://pointer-rcs-api-node.pontaltech.com.br/api/v3/accounts \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Authentication header in the format Bearer token, where token is your authentication code.

Headers

X-Auth-Type
enum<string>

Optional header to use Oauth2

Available options:
JWT
Example:

"JWT"

Response

200
application/json
Successful response
id
string
name
string