---
title: "Detect provider"
method: POST
path: "/v3/providers/detect"
tags: ["Connectors (Integrations)"]
---

# Detect provider

`POST /v3/providers/detect`

Returns the provider if one is detected. This operation is rate limited to 20 calls per minute for each Nylas application ID.

## Query parameters

- `email` string, required
- `all_provider_types` boolean

## Response `200`

Returns the autodetected provider

- object
  - `request_id` string — ID of the request
  - `data` AutodetectObject
    - `provider` string — Provider detected.
    - `type` string — Provider type. Returned only when IMAP detected displays the IMAP provider.
    - `email_address` string, required — Email provided for autodetection.
    - `detected` boolean, required — Whether Nylas detected a provider for the given email address.

## Other responses

- `401` — Not Authenticated

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
