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

# OAuth

> OAuth authentication endpoints for connecting Google and Microsoft email accounts

OAuth authentication endpoints for connecting Google and Microsoft email accounts. Use these endpoints to initialize OAuth flows and check session statuses for account linking.

## Endpoints

| Method | Endpoint                                   | Description                |
| ------ | ------------------------------------------ | -------------------------- |
| POST   | `/api/v2/oauth/google/init`                | Initialize google oauth    |
| POST   | `/api/v2/oauth/microsoft/init`             | Initialize microsoft oauth |
| GET    | `/api/v2/oauth/session/status/{sessionId}` | Get oauth session status   |
