Get the orbs balance of the current user
Scope requis : read:orbs.
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/orbs"{ "freeCount": 0, "bonusCount": 0, "resetsAt": "2019-08-24T14:15:22Z", "freeCountLimit": 0, "extraOrbsAllowed": true}