Documentation

Get an organization by id

GET
/api/v1/external/organizations/{organizationId}

Scope requis : read:organizations.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Paramètres de chemin

organizationId*string

Corps de réponse

application/json

curl -X GET "https://example.com/api/v1/external/organizations/string"
{  "id": "string",  "name": "string",  "coverImageUrl": "string",  "organizationType": {},  "subscriptionPlatform": "GOOGLE"}