π³οΈWallet Allowlist
Update a wallet allowlist via API
You can gate access to a Helio Pay Link or your embedded Checkout Widget using a wallet allowlist and dynamically update the allowlist via our API.
Pre-requisites
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 here for an example.
Updating the wallet allowlist via API
You can then use the endpoint below to update the allowlist via API:
API Endpoint: `https://api.hel.io/v1/allowlist/create/api-key`
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:
Last updated