Authenticate

Every request (except /api/v1/authenticate itself) requires a valid JWT token in the Authorization header:

Authorization: Bearer <token>

You can obtain this token by calling the authenticate endpoint. This endpoint requires a email and a password as parameters, which you can obtain from your WSHOP Back Office.

How to obtain your credentials ?

  1. Log in to your WSHOP Back Office
  2. Go to the Users section and create a new user (or use an existing one)
  3. Allow API access to this user
  4. Associate it to a profile with appropriate permissions (to be configured in advance)