latestOpenAPI 3.0.02026-08-10171532.2 KB
c6c3717d477d
Auth
Authenticate and get a session token
Authenticate and get a session token. This session token can be used for further authentication of all other requests.
post/login
Request body
Example request
{
"email": "john@company.com"
}Response
Auth response. Find the token here and use this as authentication for the other requests.
Example response
{
"token": "21|wefoefkweofkewf324903kefl"
}