Skip to main content

Request Errors

The request failed client-certificate validation. These errors occur only for teams provisioned for mTLS. Unlike other request errors, these are returned before the request reaches Method’s core API. The response body is wrapped in { "error": { ... } } and has no top-level success or message field.

UNAUTHORIZED

No client certificate was presented, or the presented certificate failed verification. Returned with HTTP status 401.

FORBIDDEN

The certificate is valid but its Subject DN is not authorized for the resolved team. Returned with HTTP status 403. Confirm the Subject DN registered with Method matches the one on your certificate.