---
title: "Activate an instant stub listing for an unlisted domain"
method: POST
path: "/listing/activate"
tags: ["Listing"]
---

# Activate an instant stub listing for an unlisted domain

`POST /listing/activate`

Re-validates https://{domain}/.well-known/releases.json server-side, then creates a stub org (basis: declared) for an unlisted domain. Already-stub domains take no write except an optional tracking-request stamp; tracked domains 409 with the org pointer. Public and anonymous; rate limited per IP and per domain.

## Request body

- object
  - `domain` string, required
  - `requestTracking` boolean

## Response `200`

Existing stub; tracking stamp updated (ListingActivateResult)

## Other responses

- `201` — Stub created (ListingActivateResult)
- `400` — Manifest invalid or unfetchable
- `404` — Lane disabled
- `409` — Domain already listed (tracked)
- `429` — Rate limited

## Changes

- **2026-08-31** `ef21361a36e6` — 1 info
  - added the media type `application/json` for the response with the status `404`
- **2026-08-25** `c3a92b6b6909` — 3 warning
  - added the new `too_large` enum value to the `error/type` response property for the response status `400`
  - added the new `too_large` enum value to the `error/type` response property for the response status `409`
  - added the new `too_large` enum value to the `error/type` response property for the response status `429`

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/listing/activate/post.md)

---

[API](https://skmtc.dev/releases/apis/releases-api.md) · [All operations](https://skmtc.dev/releases/apis/releases-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/releases/releases-api/revisions/ef21361a36e6/schema)
