GET
/
{alias}
/
marketplaces
/
ids
/
filters
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/marketplaces/ids/filters \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {}
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

Query Parameters

status
enum<string>
Available options:
active,
paused,
closed
marketplace_id
number[]
marketplace_account
number[]
synced
boolean
date
string

Response

200 - application/json

Filtros personalizados

The response is of type object.