Skip to main content
WEBHOOK
deployment.validate
{
  "object": "event",
  "timestamp": "2021-01-01T00:00:00Z",
  "type": "deployment.validate",
  "data": {
    "deployment": {
      "object": "deployment",
      "id": "dpl_123",
      "device_id": "dvc_123",
      "release_id": "rls_123",
      "created_at": "2024-01-01T00:00:00Z"
    }
  }
}

Body

application/json
object
enum<string>
required

The object that occurred

Available options:
event
Example:

"event"

timestamp
string<date-time>
required

The timestamp of the event

Example:

"2021-01-01T00:00:00Z"

type
enum<string>
required

The type of event

Available options:
deployment.validate
Example:

"deployment.validate"

data
object
required

The data associated with the event

Response

200

Successfully received the event.

I