cURL
curl --request GET \ --url https://api.privy.io/v1/apps/{app_id}/allowlist \ --header 'Authorization: Basic <encoded-value>' \ --header 'privy-app-id: <privy-app-id>'
[ { "id": "abc123", "type": "email", "value": "[email protected]", "appId": "clxyz456", "acceptedAt": null } ]
Get all allowlist entries for an app. Returns the list of users allowed to access the app when the allowlist is enabled.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
The ID of the app.
List of allowlist entries.
Was this page helpful?