Skip to main content
POST
/
v1
/
amplitude
/
cohorts
Amplitude Cohort Sync
curl --request POST \
  --url https://api.example.com/v1/amplitude/cohorts \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch": [
    {}
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Validates the basic structure of Amplitude cohort sync payloads

batch
Batch · object[]
required

Response

Successful Response