---
title: "Search namespaces"
method: POST
path: "/v2/namespace/search"
tags: ["Namespace Management V2"]
---

# Search namespaces

`POST /v2/namespace/search`

Search working-list subscription status by namespace list or region

## Request body

- NamespaceSearchRequest
  - `namespaces` string[]
  - `mapVersion` string
  - `namespaceType` string
  - `region` Location
    - `country` string
    - `state` string

## Response `200`

Successful response

- NamespaceSearchResponse
  - `createdDate` string
  - `responseId` string
  - `result` NamespaceData[]
    - `namespaceType` string
    - `namespace` string
    - `mapVersion` string
    - `provisioned` string[]
    - `pending` string[]
    - `reviewRequired` string[]
    - `region` Location
      - `country` string
      - `state` string
    - `parent` string

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - invalid or missing token
- `500` — Internal server error

## Changes

- **2026-08-12** `1c85188b576d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api/changes/v2/namespace/search/post.md)

---

[API](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api.md) · [All operations](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inrix/inrix-analytics-webservice-template-api/revisions/1c85188b576d/schema)
