Get the organizations owned by the current user
Scope requis : read:organizations.
Autorisation
bearer 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" }]