login
Use the endpoint to get one of the API keys created earlier or to create a new one. You can create a maximum of 10 API keys.
POST login
Description
Result
Get API key.
{
"new_key": <true or false>
"api_key": "<API key>"
"start_date": "<date>"
"name": <key name>
}
Parameters
Parameter
Type
Required
string
User login.
Yes
password
User password.
new_key
boolean
Determines whether to create a new API key or to get one of the created earlier. By default new_key=false.
If you have not got any API keys created, you do not have to specify the parameter—API key will be created anyway.
No
name
Key name.
Usage example