- HTTP Methods: The Equal API supports the use of GET, POST, PATCH, and DELETE requests for interaction.
Response Format: All responses from the API are returned in standard JSON format. - Status and Error Codes: The API uses HTTP response codes to indicate the status of requests and to signal errors.
- Security: The API is served over HTTPS with TLS version 1.2 or higher to ensure data privacy. Requests made over HTTP or HTTPS with TLS versions below 1.2 are not supported.
- Content-Type: Requests should specify Content-Type: application/JSON and include a well-formed JSON body.