MarminDeveloper Docs

Expected Webhook Response


Your webhook endpoint should return appropriate HTTP status codes:

  • HTTP 200: Webhook processed successfully.

  • HTTP 400: Invalid payload or signature.

  • HTTP 401: Invalid signature (authentication failed).

  • HTTP 500: Server error.

Important: Return a 200 status code to acknowledge successful processing. Non-2xx responses will trigger retry attempts.

Next