🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/v1/analytics' \
--header 'api_key: <api-key>'{
"success": true,
"data": {
"service": "string",
"environment": "string",
"release_version": "string",
"api": {
"revision": "string",
"base_path": "string"
},
"endpoints": [
{
"method": "string",
"path": "string",
"summary": "string"
}
]
}
}