POST/cpro/structures/v1/rechercher/services

List structure services

Returns a list of services for a given structure. Results are paginated. ⚠️ Warning: service codes are stored verbatim in the Chorus Pro directory and may contain leading/trailing spaces (e.g. "SERVICE_DEST_SANS_EJ " in the sandbox). When submitting an invoice, always send the codeService exactly as returned here — Chorus Pro matches it character by character, and a trimmed code triggers the misleading error GFT_MSG_01.033 (« Le service destinataire ne correspond pas à la structure destinataire ») even though the service exists and is active.

Tired of dealing with PISTE, certificates and XML? Chorus Pay handles the whole flow for you - quote acceptance, purchase order, invoice deposited on Chorus Pro.Discover Chorus Pay·Compare both approaches

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
idStructure
Type: number
RequiredThe technical identifier of the structure.
parametresRechercherServicesStructure.nbResultatsParPage
Type: number
OptionalNumber of results per page (default: 100, max: 1000).

Example Request Body

{
  "idStructure": 26346724,
  "parametresRechercherServicesStructure": {
    "nbResultatsParPage": 1000
  }
}

Responses

Loading...