API Key Validation
Verify API Key and Get Tier Information
Verify an API Key and retrieve its tier information and limits.
This endpoint allows you to:
- Check if an API Key is valid and active
- Get the tier level and associated features
- View configured limits, enforcement status, and usage statistics
- Check expiration date
Example:
GET /auth/verify/TP-abc123def456...
Response includes:
- Tier name and level (Premium/Pro/Free)
- Available features for the tier
- Configured per-minute value and its enforcement status
- Enforced monthly limit
- Usage statistics
- Expiration information
get/auth/verify/{api_key}
Path parameters
api_keystring required
Your API Key to verify (format: TP-XXXXX...)
Your API Key to verify (format: TP-XXXXX...)
Response
API Key is valid
{"stackTrail":"paths:/auth/verify/{api_key}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.