Skip to main content
GET
/
users
/
{identifier}
/
access_tokens
List all user access tokens
curl --request GET \
  --url https://api-joy.joyfill.io/v1/users/{identifier}/access_tokens
"{\n  \"data\": [\"String\", \"String\", \"etc.\"]\n}"

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Specifies the unique ID of the user you want to retrieve the access tokens for.

Query Parameters

limit
integer
default:25
required

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 25.

page
integer
default:1
required

An integer for use with pagination. For instance, if limit is set to 25 and you set page to 2 then results 26-50 will be returned.

Response

200

data
string[]