Knowledge Base
Categories: Credentials and IP Whitelisting
Get Product Category and Product Key Mapping Using the API
When you want to retrieve the mapping of product categories and product keys using the API. This article explains the required authentication parameters, API request format, and category-to-product key mapping response information.
Description
Gets the mapping of product category to product keys.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/products/category-keys-mapping.json?auth-userid=0&api-key=key
Response
Returns a map with appropriate category-keys mapping.
Did you find this article helpful?