Documentation

Get the organizations owned by the current user

GET
/api/v1/external/organizations/owned

Scope requis : read:organizations.

AutorisationBearer <jeton>

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

Dans: header

Corps de réponse

application/json

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