Skip to main content
GET
List partner applications

Query Parameters

status
enum<string>[]

The list of status to filter partner applications.

Available options:
Unknown,
Pending,
Accepted,
Rejected
partner_name
string

Filter by partner name

partner_id
integer<int32>

Filter by partner id

partner_email
string

Filter by partner email

offset
integer<int32>

The cursor used in pagination. This is the index of the first transaction to be returned.

limit
integer<int32>

The maximum number of transactions to be returned. The default is 20.

sort_by
string

The property used to sort partner applications by. The default is ApplicationDate.

Example:

"CreationDate"

order_by
string

The sorting direction for the returned partner applications. Accepted values: ASC, DESC. The default is DESC.

Response

200 - application/json

Partner Applications returned

items
object[] | null