GET
/
{alias}
/
config
/
blocked-ips
/
{id}
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/config/blocked-ips/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "id": 123,
  "ip": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_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

id
integer
required

ID do IP bloqueado

Response

200
application/json

Dados do IP especificado que está bloqueado