POST
/cpro/structures/v1/consulterConsulter Structure
Récupérer les informations détaillées d'une structure en utilisant son identifiant Chorus Pro.
Authentification multiple requise
TOUTES REQUISESCe point de terminaison nécessite toutes les méthodes d'authentification suivantes :
Token Bearer
OAuth2 Bearer token
En-tĂȘte personnalisĂ©
Chorus Pro account credentials
En-tĂȘte requis
cpro-account: base64(login:password)Comment s'authentifier
Incluez votre token Bearer dans l'en-tĂȘte Authorization :
Authorization: Bearer YOUR_API_TOKENVous pouvez obtenir votre token API depuis votre tableau de bord.
Comment s'authentifier
Incluez l'en-tĂȘte personnalisĂ© dans votre requĂȘte :
cpro-account: base64(login:password)ParamĂštres du corps
| ParamĂštre | Requis | Description |
|---|---|---|
idStructureCPP Type: number | Requis | The Chorus Pro structure identifier. |
Exemple de corps de requĂȘte
{
"idStructureCPP": 26346724
}Réponses
Loading...
Loading code panel...
Loading...