Retorna se API está OK
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" }
The response is of type object.
object
Was this page helpful?