Skip to main content
The Trassets Data API returns errors in the RFC 7807 format (application/problem+json). Every error response includes a consistent set of fields so you can programmatically detect the problem, log the details, and decide how to retry or correct the request.

Problem JSON Format

Every error response body contains these fields: Example error response for an invalid API key:

Status Codes

A 403 response means your API key is valid but lacks the required access tier for the requested resource. It is not the same as a 401, which means the key itself is missing or invalid.