Common Types
Responses
Responses for the API follow the JSON API spec for fetching resources.
A successful response will always have a data key, which will be an array of objects depending on the request.
Every response should also include a links
key that provides information for pagination and a meta
key that provides information about the response.