cURL
curl --request POST \ --url https://your-instance.example.com/api/applications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contactId": "<string>", "name": "<string>", "status": "<string>", "pipelineStage": "<string>", "pipelineId": "<string>", "userId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Either status or pipelineStage should be provided.
Application created
Generic response envelope. Endpoint-specific fields are intentionally open.