v1

latestOpenAPI 3.0.02026-07-22243670.8 KB
Participations

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
fieldstring
opstring
valuestring

Flop filter parameters (e.g. by offer_id)

Response

Successful response.

object'list' required

String representing the object's type. Objects of the same type share the same value.

starting_afterstring

String representing the page cursor to used for querying the next page.

starting_beforestring

String representing the page cursor to used for querying the previous page.

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..."
}