GET
/
{alias}
/
config
/
photos
/
{id}
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/config/photos/{id} \
  --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

id
integer
required

ID da foto

Response

200
application/json
Detalhes da configuração da foto especificada

The response is of type any.