Data Format
All responses from the OpenTransact API are in JSON-API format. You can find more information about JSON-API on the documentation site at https://jsonapi.org/ including client code and examples.
The OpenTransact API uses a custom media type for all requests and responses.
Set your Accept
or Content-Type
header to application/vnd.opentransact.v1+json
when making requests.