Skip to main content
GET
List a user's matched events

Authorizations

X-PARTNER-API-KEY
string
header
required

Your FanFeed partner API key, issued to your organization.

FanFeed trusts your authentication: the key identifies you, and the user_id in the path identifies which of your users the request is for. FanFeed performs no end-user authentication of its own.

Treat the key as a server-side secret. See the guide for what that implies for the camera-roll ingest path, which is the one call that naturally originates on-device.

Path Parameters

user_id
string<uuid>
required

The FanFeed user id returned by POST /users.

Example:

"8f14e45f-ceea-467a-9a1e-2b4d9c3f0a11"

Query Parameters

limit
integer
default:25

Events per page.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from next_cursor on the previous page.

include_media
boolean
default:true

Set false for a lighter payload when you only need the event list.

Response

A page of matched events.

events
object[]
required
has_more
boolean
required
Example:

false

next_cursor
string | null

Pass as cursor for the next page. null on the last page.

total
integer | null

Total matched events for this user. May be omitted on later pages; page with has_more and next_cursor, not with total.

Example:

47