← Back to Glossary

JSON Response

Definition

A response body formatted in JavaScript Object Notation, the standard data interchange format for modern APIs. JSON is lightweight, human-readable, and universally supported.

PRISM API Context

Every PRISM API endpoint returns a structured JSON response with a consistent envelope: { data, meta, errors } for predictable client-side parsing.

Response format