1. Home
  2. Docs
  3. Mavryx API Reference
  4. Requests

Requests

The Mavrix system supports the following types of requests:

Request types

Request TypeHeaderBodyDescription
GETAuthorization: <type> <credentials>Default for retrieving information about an object or a list of objects.
POSTAuthorization: <type> <credentials>application/json,
application/x-www-form-urlencoded
Creating a new object.
Data should be in the request body in either Form Encoded or JSON Encoded format.
PUTAuthorization: <type> <credentials>application/json,
application/x-www-form-urlencoded
Updating an object.
Data should be in the request body in either Form Encoded or JSON Encoded format.
DELETEAuthorization: <type> <credentials>Deleting an object.

HTTP Headers (optional)

NameExample valueDescription
mavryx-raycast-idf92dc6c2af410271eb93d6326e881d04ID is used to track requests in the Mavryx system.
mavryx-access-modeallAccess mode to data, if set to `all`, results include elements deleted from the system using ‘soft delete’.
Was this article helpful to you? No Yes

How can we help?