Organization

Update billing

PATCH
/v1/org/billing

Authorization

OrionBearerToken
AuthorizationBearer <token>

JWT access token obtained from POST /v1/auth/login

In: header

Response Body

application/json

curl -X PATCH "https://example.com/v1/org/billing"
{  "error": {    "code": "string",    "message": "string"  },  "meta": {    "attribution_confidence": 0.1,    "data_staleness_seconds": 0,    "last_indexed_ledger": 0,    "oracle_staleness_seconds": 0,    "partial_result": true,    "response_time_ms": 0,    "sources": [      "soroban_rpc"    ]  }}