Appearance
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
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON "platform": "string", "filters": { "additionalProperties": [ { "id": "string", "title": "string" } ] }
{
}