Search code examples
javaphpapics-cart

CS CART API Login Post URL


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

http://example.com/api/[email protected]

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.


Solution

  • You need to provide

    1. Auth Email
    2. Auth Password

    in Basic Oth in Postman