GET
/
v1
/
Account
curl --request GET \
  --url https://api.nlpearl.ai/v1/Account \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "totalAgents": 123,
  "creditBalance": 123,
  "status": 123,
  "remainingMinutes": 123
}

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Response

200
text/plain

Client informations

The response is of type object.