/api/v1/createPasswordObject
Creating a PasswordObject
Parameters
| Parameter | Location | Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | Your API key |
| type_id | query | string | Yes | Can take the following values: letters - only letters of the Latin alphabet, numbers - only numbers, both - mixed type |
| len | query | integer | Yes | Password length from 1 to 16 |
Responses
200 — Completed successfully
{
"result": {
"password_object_id": 243
}
}
