GET
/
{alias}
/
marketplaces
/
ids
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/marketplaces/ids \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": [
    {
      "id": 123,
      "store_id": "1",
      "marketplace_id": 123,
      "account_id": 123,
      "status": "<string>",
      "external_id": 123,
      "resource_id": 123,
      "resource_type": "<string>",
      "resource_suggestion_id": 123,
      "title": "<string>",
      "price": 123,
      "url": "<string>",
      "params": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "deleted_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Response

200
application/json

Anúncios listados com sucesso

The response is of type object.