v1
latestOpenAPI 3.0.02026-07-26868170.3 KBGeneral
Authentication
Get a valid JSON Web Token. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.
post/authenticate
Request body
Example request
{
"api_key": "XXXXYYYYZZZZ"
}Response
Api key is recognized, user is successfully authenticated. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.