Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Leap API key. Send it in the x-api-key header: x-api-key: leap_live_....

Query Parameters

refId
string

Reference ID to filter applications for a specific customer within your organization

Example:

"982734ihksjhfwoe8u"

application_status
enum<string>

Filter by application status

Available options:
not_started,
in_progress,
awaiting_customer,
awaiting_partner,
completed,
submitted,
approved,
rejected
Example:

"awaiting_partner"

page_token
string

Token for pagination to fetch the next page of results

Example:

"242c3e24-43e6-4ad7-88b3-666cda21582b"

limit
integer
default:50

Maximum number of results to return per page

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

50

Response

Successful response with list of applications

results
object[]
required

Array of applications matching the search criteria

next_page_token
string | null

Token to fetch the next page of results. Null if no more pages available.

Example:

"242c3e24-43e6-4ad7-88b3-666cda21582b"