Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.test.doola.com/v1/partner/references/naics-codes \ --header 'Authorization: <api-key>'
{ "payload": [ { "naicsCodeId": "<string>", "naicsCode": "541511", "industry": "Custom Computer Programming Services" } ], "error": {} }
Returns the NAICS industry codes accepted by the create-company endpoint.
Partner API key. Send the raw key as the Authorization header value — e.g. dk_test_… in sandbox or dk_live_… in production. Generate and rotate keys in the doola Partner Portal.
Authorization
dk_test_…
dk_live_…
OK
Show child attributes