Skip to content

Get available import filters

GET
/api/v1/projects/{project_id}/import/filters

Fetches filter options (collections, categories, statuses, etc.) from the project's connected store.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

project_id*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
  
"platform": "string",
  
"filters": {
  
  
"additionalProperties": [
  
  
  
{
  
  
  
  
"id": "string",
  
  
  
  
"title": "string"
  
  
  
}
  
  
]
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

XC AI Content Automation