Data Protection
Encryption in transit, secure credential handling, and regular access reviews.
Security and trust are built into our scheduling platform through careful controls and operational best practices.
PinMyCal follows industry best practices:
β OAuth 2.0 authentication β Secure token storage β HTTPS encryption β Role-based access control β Minimal data collection β Regular security testing
Encryption in transit, secure credential handling, and regular access reviews.
Redundancy, monitoring, and incident response workflows across production services.
Report security concerns at support@pinmycal.com for immediate triage.
Reject request if: - missing Bearer token - token expired - token scope mismatch
X-PMC-Signature: sha256=7e9...c1 Verify HMAC(payload, webhookSecret) Reject if timestamp drift > 5 min
{
"status": "error",
"code": "UNAUTHORIZED",
"message": "Token invalid or revoked"
}