List industries

Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.

To use this endpoint from the browser, you’ll need to specify the /profile-enrichment.read scope when generating a token.
GET
/industries
200
A list of industries and their codes
A list of industries and their MCC/SIC/NAICS codes
{
  "industries": [
    {
      "mcc": "7623",
      "naics": "811412",
      "sic": "7623",
      "title": "AC, Refrigeration Repair"
    }
  ]
}

Response

application/json
A list of industries and their MCC/SIC/NAICS codes

industries

array
right_key Show child attributes

mcc

string <=4 characters
Merchant Category Code

naics

string <=6 characters
North American Industry Classification System

sic

string <=4 characters
Standard Industrial Classification

title

string