Get tracking metadata for a user on a creator's tracking link

Get the custom tracking metadata from a user's most recent impression on a tracking link for the specified creator. <Info>Scope required: `read:tracking_links` `read:creator`</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

creatorUserUuidstringRequiredformat: "uuid"
uuidstringRequiredformat: "uuid"
Tracking link UUID
userUuidstringRequiredformat: "uuid"
User UUID

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Response

User's tracking metadata
metadatamap from strings to strings or null
Custom metadata from the user's most recent impression on this link

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error