Skip to main content
GET
List applications for the authenticated partner

Authorizations

Authorization
string
header
required

Bearer token obtained via Circle key exchange

Query Parameters

status
enum<string>

Filter by application status

Available options:
APPROVED,
CANCELLED,
DENIED,
DRAFT,
IN_REVIEW,
PENDING_CUSTOMER_INFORMATION,
SUBMITTED
limit
integer<int32>
default:25

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100
starting_after
string

Cursor for pagination — the applicationId of the last item in the previous page

Response

List of applications

applications
object[]
hasMore
boolean
nextCursor
string