Get all active merchant industry codes
GET {{baseUrl}}/merchant-industry-codes?limit=25&offset=0&sort=+industryName
Returns a list of Merchant Industries ordered by Merchant Industry Codes or Merchant Industry Name depending on user input. The list will be ordered by Merchant Industry Name by default.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Maximum number of items to return. | |
offset | number | Number of items to skip before returning the results. | |
sort | string | Sort order for the metrics. Use -field for sort by field descending and +field for sorting by field ascending. Multiple field are separated by ','. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"industry":"ACC","industryName":"Accommodations"},{"industry":"ACC","industryName":"Accommodations"}],"total":25,"limit":0,"offset":0}