Amplitude · Example Payload

Amplitude Getdeployment Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Getdeployment Example is an example object payload from Amplitude, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getDeployment",
  "method": "GET",
  "path": "/api/1/deployments/{id}",
  "summary": "Amplitude Get a Deployment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getDeployment200Example",
      "example": {
        "id": "500123",
        "projectId": "500123",
        "label": "example_value",
        "key": "example_value",
        "deleted": true
      }
    }
  ]
}