Initiate a challenge for an action. Call this before Generate Authentication Options to customize the action code for passkey sign-in.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/challenge \ --header 'Content-Type: application/json' \ --data '{ "action": "<string>" }'
{ "challengeId": "<string>" }
OK
The response is of type object.
object
Was this page helpful?