Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 376 Bytes

File metadata and controls

18 lines (17 loc) · 376 Bytes

Endpoint returns information about your account. Useful to check account balance status.

User information request example

[GET]
https://v2.convertapi.com/user?Secret=XXXX
[response]
{
    "Secret": "td234f4k45Go6RLv",
    "ApiKey": 834345618,
    "Active": true,
    "FullName": "Name Lastname",
    "Email": "user@example.com",
    "SecondsLeft": 1463
}