List tracking links
List authenticated user's tracking links with cursor-based pagination.
<Info>Scope required: `read:tracking_links`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Fanvue-API-Version
API version to use for the request
Query parameters
limit
Number of results to return (default 20)
cursor
Cursor for pagination
createdAfter
Filter links created on or after this ISO datetime
createdBefore
Filter links created before this ISO datetime
Response
List of tracking links
data
nextCursor
Cursor for next page
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
410
Gone Error
429
Too Many Requests Error