SDK Explorer

Lists all user challenges.

Parameters
input
object
Required

Represents the input parameters for fetching a user's challenges.

userToken
string
Required

The JSON Web Token (JWT) representing the user.

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