Wallet Allowlist
Update a wallet allowlist via API
Last updated
Update a wallet allowlist via API
Last updated
You can gate access to a Helio Pay Link or your embedded Checkout Widget using a and dynamically update the allowlist via our API.
Log in to Helio and click CREATE PAYMENT to set up a Pay Link.
In the Advanced options section of step 3 during the Pay Link setup, select Access Control to enable the wallet allowlist and upload a wallet allowlist. See for an example.
You can then use the endpoint below to update the allowlist via API:
API Endpoint: https://api.hel.io/v1/allowlist/add
HTTP Method: PATCH
Required Query Parameters: ?apiKey={{Your public key here}}
Required Headers: Authorization: Bearer {{Your API Token here}}
Required request body:
Example query:
You can send 1 or more wallets per request. The successful response has the following type
Swagger docs: