API Reference
Complete reference for TrustVerify REST API endpoints
API Endpoints
Quick Start
Get Started With The TrustVerify API In Seconds
Authentication
Include Your Api Key In Authorization Header For All Requests
Authorization: Bearer YOUR_API_KEYContent Type
application/json
Rate Limit
1000 Requests/hour
Authentication
Api Key Management And Authentication
POST
/api/auth/validateValidate API Key and get permissions
cURL Example
curl -X GET "https://api.trustvault.com/v1/auth/verify" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Error Codes
Common HTTP Status Codes And Error Responses
400
Bad RequestInvalid request parameters or missing required fields
401
UnauthorizedInvalid or missing API key
403
ForbiddenInsufficient permissions for the requested operation
429
Rate LimitedToo many requests, please slow down