Create Account Security Token
POST {{baseUrl}}/v1/account/security-token?identification=<string>&password=<string>
Create security token for account by username/email/id and password.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identification | string | Login username (required) | |
password | string | Login password (required) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | Body need to by in JSON | |
Accept | string |
RESPONSES
status: OK
""