Patho API Testing Interface

Authentication Settings
0

Total APIs

0

Working APIs

0

APIs with Errors

Never

Last Tested

API Status Overview

Manual API Testing

API Documentation

Authentication Methods
  • API Key Header: X-Api-Key: your-api-key
  • Secret Parameter: secret_key=your-secret-key
  • Session-based: Login with username/password
  • Bearer Token: Authorization: Bearer your-token
Common Actions
  • list: Get all records (GET /endpoint.php?action=list)
  • get: Get single record (GET /endpoint.php?action=get&id=123)
  • save: Create/Update record (POST /endpoint.php?action=save)
  • delete: Delete record (POST /endpoint.php?action=delete&id=123)
Available Endpoints