Nirmos

API conventions

Common request, response, and error conventions used by Nirmos APIs.

Request identifiers

Every gateway response includes a stable request identifier. Store it with application logs when a request needs investigation.

const requestId = response.headers.get("x-nirmos-request-id");

On this page