Documentation

Get the orbs balance of the current user

GET
/api/v1/external/orbs

Scope requis : read:orbs.

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}