Billing
Get agency wallet
Read the agency wallet balance, currency and wallet settings.
GET
/v1/agencies/{agencyId}/walletRead the agency wallet balance, currency and wallet settings.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/wallet" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "balance": 0, "minimumBalance": 0, "agencyId": "string", "id": "string", "lowBalanceNotificationsEnabled": true, "lastLowBalanceNotificationSent": null }, "meta": { "requestId": "string" }}Get fanvue connection status GET
Check a Fanvue connection using the continuationId returned when connecting the account. Returns its status, expiry and creatorId when complete. Use after the user authorizes Fanvue; expired authorization requires a new connection attempt.
Get agency wallet funding status GET
Check whether the agency wallet has the funds required by the platform's wallet-funding check.