Skip to main content
GET
/
api
/
applications
List applications by query filters
curl --request GET \
  --url https://your-instance.example.com/api/applications \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

contactId
string
status
string
userId
string
pipelineStage
string
pipelineStageIds
string

Response

Applications returned

Generic response envelope. Endpoint-specific fields are intentionally open.