Get Your Authorization token
Get Your Token
First, As you are now a bosta user, you can login to get your token!
You can do this through:
POST
With the following payload:
{
"email": "yourEnteredEmail",
"password": "yourEnteredPassword"
}
- You shall see a response, but you will need only the token:
{
"success":"true",
"token":"Bearer sdhgbscsdcbsdsmdbsdbck ......",
...
}