---
title: "Get challenge"
method: GET
path: "/challenges"
tags: ["challenges"]
---

# Get challenge

`GET /challenges`

Get information about a challenge.

## Query parameters

- `challengeId` string — The ID of the challenge.

## Response `200`

OK

- object
  - `challengeId` string — The ID of the challenge.
  - `verificationMethod` 'SMS' | 'EMAIL_OTP' — The verification method used to complete the challenge. This field can be used to determine if the challenge has been successfully completed and which method was used.
  - `phoneNumber` string
  - `email` string
  - `smsChannel` string
  - `expiresAt` number
  - `action` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.dev/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/revisions/5604d744e3ad/schema)
