GET
/
{alias}
/
config
/
merchant-data
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": "<any>"
}

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.