Get information about a challenge.
cURL
curl --request GET \ --url https://api.authsignal.com/v1/challenges
{ "challengeId": "<string>", "verificationMethod": "SMS", "phoneNumber": "<string>", "email": "<string>", "smsChannel": "<string>", "expiresAt": 123, "action": 123 }
The ID of the challenge.
OK
The response is of type object.
object
Was this page helpful?