List users for a creator's tracking link

List users associated with a tracking link for the specified creator with cursor-based pagination.

Only clicks that could be matched to an account appear here, so this list is a subset of the link's clicks count. A user who clicked without ever signing in cannot be identified and is omitted.

Users who clicked but never subscribed or followed are included, with status and the conversion dates set to null.

get/creators/{creatorUserUuid}/tracking-links/{uuid}/users

Path parameters

creatorUserUuidstring uuid required
uuidstring uuid required

Tracking link UUID

Tracking link UUID

Query parameters

limitinteger

Number of results to return (default 20)

Number of results to return (default 20)

cursorstring

Cursor for pagination

Cursor for pagination

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

List of users associated with the tracking link

nextCursorstring nullable required

Cursor for next page

Changes