API Reference
Wallet

Replace the wallet low-balance alert subscriber list

PUT
/v1/wallet/alert/subscribers

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/wallet/alert/subscribers" \  -H "Content-Type: application/json" \  -d '{    "emails": [      "user@example.com"    ]  }'
{  "data": [    {      "email": "user@example.com",      "added_at": "2019-08-24T14:15:22Z"    }  ],  "updated_at": "2019-08-24T14:15:22Z"}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}