Get tracking metadata for a user

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

Authentication

AuthorizationBearer

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

Path parameters

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