REST API
REST API Overview
HTTP API reference for TrustyGorilla — use from any language or platform.
The TrustyGorilla REST API is a standard JSON HTTP API accessible from any language, framework, or HTTP client.
Base URL
https://api.trustygorilla.com/v1Sections
Response format
All responses are JSON. Successful responses use 2xx status codes. Errors return a JSON body with a code and message field.
{
"code": "invalid_api_key",
"message": "The provided API key is not valid."
}