Skip to main content
GET
/
resources
/
naics-codes
/
{code_id}
Get a specific NAICS code
curl --request GET \
  --url https://api.mycreditapp.ai/v1-beta/resources/naics-codes/{code_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "code": 123,
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.

Path Parameters

code_id
string<uuid>
required

Unique identifier for the NAICS code entry

Examples:

"d49b0749-fbc7-4e0a-b03d-ef15f238071a"

"78b348b8-009c-4b87-af32-60a12fbc6e60"

Response

Successful Response

id
string<uuid>
required

Unique identifier for the NAICS code entry

Examples:

"d49b0749-fbc7-4e0a-b03d-ef15f238071a"

"78b348b8-009c-4b87-af32-60a12fbc6e60"

code
integer
required

Official NAICS (North American Industry Classification System) numeric code

Examples:

11

111

title
string
required

Title or name of the industry corresponding to the NAICS code

Required string length: 2 - 255
Examples:

"Agriculture, Forestry, Fishing and Hunting"

"Crop Production"