Skip to main content
GET
/
formations
/
naics_codes
Typescript (SDK)
import { Crevio } from "@crevio/sdk";

const crevio = new Crevio({
  apiKey: process.env["CREVIO_API_KEY"] ?? "",
});

async function run() {
  const result = await crevio.formations.naicsCodes({});

  console.log(result);
}

run();
[
  {
    "naics_code_id": "<string>",
    "naics_code": "<string>",
    "industry": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.crevio.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

NAICS codes

naics_code_id
string
naics_code
string
industry
string