GET
/
challenges
curl --request GET \
  --url https://api.authsignal.com/v1/challenges
{
  "challengeId": "<string>",
  "verificationMethod": "SMS",
  "phoneNumber": "<string>",
  "email": "<string>",
  "smsChannel": "<string>",
  "expiresAt": 123,
  "action": 123
}

Query Parameters

challengeId
string

The ID of the challenge.

Response

200
application/json

OK

The response is of type object.