User information
GET {{baseUrl}}/user
The endpoint returns information about a user account. It is helpful to check the account balance status and other data. The /user endpoint can be authenticated only with a secret. The token is not accepted.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"Active":"\u003cboolean\u003e","Email":"\u003cstring\u003e","Secret":"\u003cstring\u003e","ApiKey":"\u003clong\u003e","ConversionsTotal":"\u003clong\u003e","ConversionsConsumed":"\u003clong\u003e","SecondsLeft":"\u003clong\u003e","FullName":"\u003cstring\u003e"}