cURL
curl --request POST \ --url https://api.example.com/create-account \ --header 'Content-Type: application/json' \ --data ' { "authenticator_addresses": [ "<string>" ], "authenticator_pubkeys": [ "<string>" ], "offchain_signer_commitment": "<string>", "recovery_address": "<string>" } '
{ "kind": "create_account", "request_id": "<string>", "status": { "state": "queued" } }
The request to create a new World ID account.
The addresses of the authenticators.
The compressed public keys of the authenticators.
The offchain signer commitment.
The recovery address.
TODO
create_account
update_authenticator
insert_authenticator
remove_authenticator
recover_account
Show child attributes
Was this page helpful?