GET
/
{alias}
/
config
/
merchant-data
Listar dados da loja
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/config/merchant-data \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {
    "id": 123,
    "maintenance": true,
    "type": "<string>",
    "name": "<string>",
    "razao_social": "<string>",
    "email_contact": "<string>",
    "email_sales": "<string>",
    "description": "<string>",
    "owner_name": "<string>",
    "phone": "<string>",
    "whatsapp": "<string>",
    "ie": "<string>",
    "cnpj": "<string>",
    "cpf": "<string>",
    "billing_name": "<string>",
    "billing_document": "<string>",
    "billing_document_type": "<string>",
    "billing_address_street": "<string>",
    "billing_address_number": "<string>",
    "billing_address_complement": "<string>",
    "billing_address_neighborhood": "<string>",
    "billing_address_city": "<string>",
    "billing_address_state": "<string>",
    "billing_address_zipcode": "<string>",
    "billing_phone": "<string>",
    "full_address": "<string>",
    "address_street": "<string>",
    "address_number": "<string>",
    "address_complement": "<string>",
    "address_neighborhood": "<string>",
    "address_city": "<string>",
    "address_state": "<string>",
    "zipcode": "<string>",
    "products_per_page": 123,
    "logo_url": "<string>",
    "icon_url": "<string>",
    "facebook_url": "<string>",
    "instagram_url": "<string>",
    "youtube_url": "<string>",
    "pinterest_url": "<string>",
    "created_at": {
      "date": "2000-08-17 10:24:24",
      "timezone_type": 3,
      "timezone": "America/Sao_Paulo"
    },
    "updated_at": {
      "date": "2000-08-17 10:24:24",
      "timezone_type": 3,
      "timezone": "America/Sao_Paulo"
    }
  }
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Response

200
application/json

Listagem de dados das lojas

The response is of type object.