# Generate API Token Exchange an jwt Api Key to generate an API Token for accessing Product APIs. Endpoint: POST /v1/auth/token Version: 1.0.0 Security: ## Request fields (application/json): - `jwtApiKey` (string, required) jwtApiKey Key obtained from Aiwyn Support. ## Response 200 fields (application/json): - `token` (string) JWT Token for accessing Product APIs. ## Response 400 fields (application/json): - `error` (string, required) Human-readable error message Example: "Invalid parameter value" - `code` (string, required) Machine-readable error code Example: "INVALID_PARAMETER" - `details` (string) Additional error context Example: "The 'pageSize' parameter must be between 1 and 1000" ## Response 401 fields (application/json): - `error` (string, required) Human-readable error message Example: "Invalid parameter value" - `code` (string, required) Machine-readable error code Example: "INVALID_PARAMETER" - `details` (string) Additional error context Example: "The 'pageSize' parameter must be between 1 and 1000"