TrustVerify logo

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_KEY
Content Type
application/json
Rate Limit
1000 Requests/hour

Authentication

Api Key Management And Authentication

POST
/api/auth/validate

Validate 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 Request

Invalid request parameters or missing required fields

401
Unauthorized

Invalid or missing API key

403
Forbidden

Insufficient permissions for the requested operation

429
Rate Limited

Too many requests, please slow down