Skip to main content

Ping

This endpoint is usually used to test if the API is up and running and if your token for authorization is working properly. It will respond with a pong if all is good.

URL REQUEST (GET)
https://api.statsocial.com/platform/v0/ping

Successful return

return response example
{
"response": "pong",
"information": {
"version": "0.0.1"
}
}