v1
latestOpenAPI 3.0.02026-07-22243670.8 KBParticipations
List participations for the authenticated partner and user
get/v1/participations
Query parameters
starting_afterstring
A cursor for use in pagination
starting_beforestring
A cursor for use in pagination
limitinteger
A limit on the number of objects to be returned
Example:10
Flop filter parameters (e.g. by offer_id)
Response
Successful response.
Example response
{
"data": [
{
"id": "05edea81-98a7-4582-aa7c-040d57cb1858",
"inserted_at": "2025-01-01T00:00:00.000000Z",
"updated_at": "2025-01-01T00:00:00.000000Z"
}
],
"starting_after": "g3QAAAA...",
"starting_before": "g3QAAAA..."
}