Authentication
// Authorized call
{
"headers": {
"authorization": "Bearer ..."
}
}Login
Path Parameters
Name
Type
Description
{
"jwt": jwt_token,
"exp": timestamp
}{
"auth": {
"email": "[email protected]"
"password": "YOUR_PASSWORD"
}
}Last updated