Skip to main content
GET
List all user access tokens

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<int32>
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<int32>
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[]