Skip to main content

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
https://app.bosta.co/api/v2
/users/login
More Info

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 ......",
...
}