GET
/
ping
curl --request GET \
  --url https://api.dooki.com.br/v2/ping \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "message": "Everything is going to be 200 OK!",
  "ip": "10.10.10.10",
  "hash": "849495bd8d3949fd7f702c84d30546bda32f0493"
}

Authorizations

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

Response

200 - application/json

Retorna se API está OK

The response is of type object.