Substy Developers
Billing

Get agency wallet funding status

Check whether the agency wallet has the funds required by the platform's wallet-funding check.

GET/v1/agencies/{agencyId}/wallet/funds-availability

Check whether the agency wallet has the funds required by the platform's wallet-funding check.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Response 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/funds-availability" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": true,  "meta": {    "requestId": "string"  }}