> ## 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.

# 404

> Reference for Stytch API Not Found errors

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

## route\_not\_found

<Columns cols={2}>
  <div>
    <p><Badge color="red">404</Badge> <strong>Route not found</strong></p>

    <p>The route provided is not supported.</p>
  </div>

  ```js theme={null}
  {
    "status_code": 404,
    "request_id": "request-id-test-b05c992f-ebdc-489d-a754-c7e70ba13141",
    "error_type": "route_not_found",
    "error_message": "The route provided is not supported.",
    "error_url": "https://stytch.com/docs/api-reference/fraud/api/errors/404#route_not_found"
  }
  ```
</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>

***

## telemetry\_id\_not\_found

<Columns cols={2}>
  <div>
    <p><Badge color="red">404</Badge> <strong>Telemetry id not found</strong></p>

    <p>The telemetry\_id provided was not found.</p>
  </div>

  ```js theme={null}
  {
    "status_code": 404,
    "request_id": "request-id-test-b05c992f-ebdc-489d-a754-c7e70ba13141",
    "error_type": "telemetry_id_not_found",
    "error_message": "The telemetry_id provided was not found.",
    "error_url": "https://stytch.com/docs/api-reference/fraud/api/errors/404#telemetry_id_not_found"
  }
  ```
</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>

***
