GET
/
{alias}
/
catalog
/
stock-notifications
/
export
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/catalog/stock-notifications/export \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {
    "queue_id": 123,
    "total": 123
  }
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Response

200
application/json
Exportação bem-sucedida

The response is of type object.