system_health_check
Verify Pipedrive API connectivity and authentication validity. Checks if the API is accessible and token is valid, returning user info or error details.
Instructions
Check API connectivity and authentication status.
Verifies that the Pipedrive API is accessible and the authentication token is valid by making a test request to GET /users/me.
Returns:
healthy: Boolean indicating if the API is accessible
user: Current authenticated user information (if healthy)
timestamp: Time of the health check
error: Error details if unhealthy
Cached for 60 seconds to avoid excessive health checks.
Common use cases:
Verify API token is valid
Check if Pipedrive API is accessible
Get basic connection status before performing operations
Troubleshoot authentication issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||