post https://70007043-production.k8s.splio.pro/authenticate
Get a valid JSON Web Token. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.
Log in to see full request history
Error cases
400 authentication failed (wrong credentials)
{
"status": 400,
"errors": [
{
"error_key": "username",
"error": "authentication.failed",
"error_description": "User authentication failed."
}
]
}
400 missing api_key field
{
"status": 400,
"errors": [
{
"error_key": "api_key",
"error": "is_blank",
"error_description": "Api key is missing."
}
]
}
Responses
400Authentication failed.