Public - Security - Security
Login
User Login - The login will give your tokens
post/v2/public/security/login
Request body
Example request
{
"login": "paulsimon@mysupercompany.com",
"password": "I@mW0nder$Full"
}Response
Your tokens
Example response
{
"credentials": [
{
"productName": "UserApi",
"primaryToken": "3b22980d8d1143c6ba7adf4e55b9a153",
"secondaryToken": "162ae17fd52044c38cce3388ea5b0c91"
}
]
}