---
title: "New Endpoint"
method: GET
path: "/v1/one-shot/{id}"
---

# New Endpoint

`GET /v1/one-shot/{id}`

This is your first endpoint! Edit this page to start documenting your API.

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- object
  - `id` integer, required
  - `name` string, required
  - `filter_id` integer, required
  - `design_id` string, required
  - `send_date` object, required
    - `datetime` string, required
    - `timezone` string, required
  - `status` 'PUBLISHED' | 'SENDING' | 'UNDER_REVIEW' | 'STOPPED' | 'SENT', required
  - `category` string, required — Campaign's category

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/versions/2ff4735f665c/schema)
