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 ?
- Log in to your WSHOP Back Office
- Go to the
Userssection and create a new user (or use an existing one) - Allow API access to this user
- Associate it to a profile with appropriate permissions (to be configured in advance)
Updated about 1 month ago