Operations related to authentication and authorization
Method | Endpoint | Description |
---|---|---|
POST | /api/v2/auth/changePassword | Change user password |
POST | /api/v2/auth/token | Authenticate user or sandbox client |
/api/v2/auth/token
endpoint, which can then be used to authorize subsequent API calls. The token should be included in the Authorization header as a Bearer token.