---
title: "Create a destination (verified on save via a test post)"
method: POST
path: "/v1/notifications/destinations"
tags: ["notifications"]
---

# Create a destination (verified on save via a test post)

`POST /v1/notifications/destinations`

## Request body

- DestinationCreate — Create (or re-verify) a destination. Verified on save via a test post.
  - `channel_kind` 'slack' — The messaging channel a destination delivers through. ``slack`` is the only kind in v1. New kinds are additive — add a member here, a provider class, and a ``PROVIDER_REGISTRY`` entry.
  - `target_id` string, required
  - `target_label` string, required
  - `connection_id` string, uuid, nullable

## Response `201`

Successful Response

- DestinationResponse
  - `id` string, uuid, required
  - `organization_id` string, uuid, required
  - `channel_kind` string, required
  - `connection_id` string, uuid, required
  - `target_id` string, required
  - `target_label` string, required
  - `verified_at` string, date-time, nullable, required
  - `enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
