SDK Explorer

Retrieves a user challenge by token.

Parameters
input
object
Required

Represents the input parameters for fetching a challenge.

challengeId
string
Required

The unique identifier for the challenge.

userToken
string
Required

The JSON Web Token (JWT) representing the user.

Responses
Example
1const response = await client.getUserChallenge({
2  userToken: 'dummy-user-token',
3  challengeId: 'challenge-id',
4})
5console.log(response.data?.challenge)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.