Skip to main content
GET
/
v1
/
formation
/
naics-codes
List NAICS codes
curl --request GET \
  --url https://api.usenaive.ai/v1/formation/naics-codes \
  --header 'Authorization: Bearer <token>'
{
  "naics_codes": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

200 - application/json

OK.

naics_codes
object[]