We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
curl --location --request GET '/ping'
{
"status": {
"created_timestamp": 1696517856,
"created_string": "Thu 05 Oct 2023 @ 14:57 (UTC)",
"duration": 0.82,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 0,
"session_id": "5c4fd043f4956d85415d70151043849a",
"org_onboarding_status_id": null,
"org_upgraded": false,
"api_host": null
},
"data": {
"ping": "pong"
}
}