Skip to main content
GET
List offers for the authenticated partner

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

Response

Successful response.

data
OfferSummary · 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..."