Skip to main content
POST
Send Deployment Heartbeat

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Numeric ID of the deployment to heartbeat.

Response

Returns {success: true, deployment_id: }

success
boolean

Always true on success.

deployment_id
integer

ID of the deployment that received the heartbeat.