> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 405

> Reference for Stytch API Method Not Allowed errors

export const PUBLIC_SLACK_INVITE_URL = "https://join.slack.com/t/stytch/shared_invite/zt-42pquopf7-wRPXlPff773jBd2DiwKv8g";

## method\_not\_allowed

<Columns cols={2}>
  <div>
    <p><Badge color="red">405</Badge> <strong>Method not allowed</strong></p>

    <p>The method used is not supported.</p>
  </div>

  ```js theme={null}
  {
    "status_code": 405,
    "request_id": "request-id-test-b05c992f-ebdc-489d-a754-c7e70ba13141",
    "error_type": "method_not_allowed",
    "error_message": "The method used is not supported.",
    "error_url": "https://stytch.com/docs/api-reference/b2b/api/errors/405#method_not_allowed"
  }
  ```
</Columns>

<Heading noAnchor={true} level={3}>Need help?</Heading>

<Columns cols={2}>
  <Card title="Send us an email" icon="mail" horizontal href="mailto:support@stytch.com" />

  <Card title="Contact us on slack" icon="slack" horizontal href={PUBLIC_SLACK_INVITE_URL} />
</Columns>

***
