cURL
curl --request POST \ --url https://your-instance.example.com/api/applications/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "page": 1, "size": 10, "search": "<string>", "contactId": "<string>", "status": "<string>", "userId": "<string>", "pipelineStage": "<string>", "pipelineStageIds": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
JSON array string or single id string.
Applications returned
Generic response envelope. Endpoint-specific fields are intentionally open.