List Applications

Returns a cursor-paginated list of applications submitted to your company. Results are ordered by creation date descending by default. Use the starting_after or ending_before cursor parameters to page through results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated list of statuses to filter by. Accepted values: pending, approved, declined, flagged. flagged matches applications from partnerships flagged for fraudulent activity and may be combined with other values (e.g. pending,flagged). Omit to return applications of all statuses.

string

Filter by applicant email address (case-insensitive, substring match).

group_key
array of strings

Group keys in which the results are filtered by

group_key
int64

Applies a minimum epoch timestamp (ms) filter to the response created_at.

int64

Applies a maximum epoch timestamp (ms) filter to the response created_at.

string
enum

Field to sort results by. A leading - denotes descending order. Defaults to -created_at.

Allowed:
integer
1 to 250
Defaults to 10

A limit on the number of items to be returned. Limits can range between 1 and 250, and the default is 10.

string

A cursor for use in pagination, starting_after takes in an item key and the subsequent call will return the following items in the list. This is mutually exclusive with ending_before.

string

A cursor for use in pagination, ending_before takes in an item key and the subsequent call will return the prior items in the list. This is mutually exclusive with starting_after.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json