DEV Community · Example Payload

Createsegment Response 201

Developer CommunityArticlesBloggingSocialContentOpen Source

Createsegment Response 201 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "createSegment",
  "method": "POST",
  "path": "/api/segments",
  "status": "201",
  "response": {
    "id": 35,
    "created_at": "2026-05-28T12:45:19.421-06:00",
    "name": null,
    "type_of": "manual",
    "updated_at": "2026-05-28T12:45:19.421-06:00"
  }
}