cURL
curl --request GET \ --url https://api.nlpearl.ai/v1/Account \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "totalAgents": 123, "creditBalance": 123, "status": 123, "remainingMinutes": 123 }
Retrieves Account informations
Specify the authorization token.
For more information, check out the Authorization Guide.
Client informations
The response is of type object.
object