Authentication for Bukalapak API
Return token to enable access for required authentication's resources
User Bukalapak user
and password
for server authentication.
- Use
POST
http method.
None
None
curl -u billy:Highs3creT https://api.bukalapak.com/v1/authenticate.json -X POST
Success response:
{
"status":"OK",
"user_id": "157324",
"token": "U8Ch2LigkVhdI3XwYRA",
"message":null
}
Failed response
{
"status":"ERROR",
"user_id":"null",
"message":"Invalid password"
}