Login
The Login API allows registered users to authenticate their credentials and obtain an access token, which is required for interacting with secured endpoints in the Cebuana API.
API Method
Endpoint
Headers
Key
Value
Input Sample
Key
Type
Value
Description
Response Sample
{
"message": "Ok",
"data": {
"token": "351|9BCkCOWB9wmn4I3eZXILjYZTZjAdA91rMlOztd6E80XXXXXX"
}
}{
"code": "422.000.000",
"message": "The email field is required. (and 1 more error)",
"errors": {
"email": [
"The email field is required."
],
"password": [
"The password field is required."
]
}
}Last updated