This documentation is created for Cardtonic Business Users Cardtonic
{
"password": "Password1#,",
"email": "george@thetonictech.com"
}curl --location --request POST 'https://api.cardtonic.com/v1/auth/login/business' \
--header 'X-Tonic-Env: development' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "Password1#,",
"email": "george@thetonictech.com"
}'{
"success": false,
"message": "validation errors",
"meta": {},
"errors": [
{
"message": "password must contain 8 characters and at least 1 number, 1 uppercase, and 1 lowercase letter",
"field": "password",
"location": "body"
},
{
"message": "you should provide your username or email",
"field": "",
"location": "body"
},
{
"message": "must be valid email",
"field": "email",
"location": "body"
},
{
"message": "must be valid email",
"field": "email",
"location": "body"
}
]
}