Skip to content
Advertisement

CS CART API Login Post URL

There is an auth attribute having 2 parameters, but it didn’t work

http://example.com/api/auth?email=example@gmail.com

The output of the URL is

{
    "message": "Method Not Allowed: Missing parameters",
    "status": 405
}

Also, the redirection_url parameter is not working.

Please help me fix this.

Advertisement

Answer

You need to provide

  1. Auth Email
  2. Auth Password

in Basic Oth in Postman

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement