cURL
curl --request POST \ --url https://developer.worldcoin.org/api/v2/create-action/{app_id} \ --header 'Content-Type: application/json' \ --data '{ "action": "<string>", "name": "<string>", "description": "<string>", "max_verifications": 1 }'
{ "action": { "action": "<string>", "name": "<string>", "description": "<string>", "max_verifications": 123, "external_nullifier": "<string>" } }
Create an incognito action for your app.
Identifier for the incognito action
Human-readable name for the action
Description for the action
Maximum number of verifications allowed for this action
Action created
Show child attributes
Was this page helpful?