POST/cpro/structures/v1/rechercher

Search structure by SIRET

Search for a structure using its SIRET number or other identifiers.

Multiple Authentication Required

ALL REQUIRED

This endpoint requires all of the following authentication methods:

Bearer Token

OAuth2 Bearer token

Custom Header

Chorus Pro account credentials

Required Header

cpro-account: base64(login:password)
How to authenticate

Include your Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

You can obtain your API token from your account dashboard.

How to authenticate

Include the custom header in your request:

cpro-account: base64(login:password)

Body Parameters

ParameterRequiredDescription
structure.typeIdentifiantStructure
Type: string
RequiredType of identifier (e.g., SIRET, SIREN).
structure.identifiantStructure
Type: string
RequiredThe structure identifier value.

Example Request Body

{
  "structure": {
    "typeIdentifiantStructure": "SIRET",
    "identifiantStructure": "97395107368257"
  }
}

Headers

HeaderRequiredDescription
Content-Type
RequiredContent type of the request
Default: application/json;charset=utf-8
Accept
RequiredExpected response content type
Default: application/json;charset=utf-8

Responses

Loading...