GET
/
{alias}
/
config
/
photos
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/config/photos \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
"<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 das configurações das fotos

The response is of type any.