Skip to main content
GET

Filtering

filters takes Flop filter parameters serialized as filters[0][field], filters[0][op], and filters[0][value], with one index per filter. The playground cannot build that shape, so use the code samples. Filterable fields: offer_id, offer_option_id, user_id, status, user_email.

Authorizations

Authorization
string
header
required

OAuth 2.0 authorization and token endpoints

Query Parameters

starting_after
string

A cursor for use in pagination

starting_before
string

A cursor for use in pagination

limit
integer
default:20

A limit on the number of objects to be returned

Required range: 1 <= x <= 100
Example:

10

filters
object[]

Flop filter parameters (e.g. by offer_id)

Response

Successful response.

data
Participation · object[]
required
object
enum<string>
required

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

Available options:
list
starting_after
string

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

Example:

"g3QAAAA..."

starting_before
string

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

Example:

"g3QAAAA..."