Skip to main content
POST
List applications with pagination

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
page
integer
default:1
Required range: x >= 1
size
integer
default:10
Required range: x >= 1
contactId
string
status
string
userId
string
pipelineStage
string
pipelineStageIds
string

JSON array string or single id string.

Response

Applications returned

Paginated list response for POST /api/applications/list.

success
enum<boolean>
required
Available options:
true
data
object[]
required
total
integer
required

Total matching applications across all pages.

page
integer
required
size
integer
required