v2

latestOpenAPI 3.0.0Apache 2.02026-07-2638645559.8 KB
Organization profile

Résout automatiquement le NIC depuis l'INSEE

Interroge l'INSEE avec le SIREN de l'organisation et retourne le NIC si un seul établissement est trouvé ou si le siège est identifiable.

get/apps/{appId}/organization/nic-resolve

Path parameters

appIdinteger required

The identifier of the Sinao application you are using. Each application corresponds to a company and an accounting. A user can have several Sinao applications. To retrieve the identifiers of its applications, you must call the endpoint /apps.

Response

Success

nicstring nullable

Example response

{
  "nic": "00012"
}