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

KeyDatatypeRequiredDescription
limitnumberMaximum number of items to return.
offsetnumberNumber of items to skip before returning the results.
sortstringSort order for the metrics. Use -field for sort by field descending and +field for sorting by field ascending. Multiple field are separated by ','.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"industry":"ACC","industryName":"Accommodations"},{"industry":"ACC","industryName":"Accommodations"}],"total":25,"limit":0,"offset":0}