---
title: "Complete OAuth authentication."
method: GET
path: "/auth/{provider}/callback"
tags: ["Authentication"]
---

# Complete OAuth authentication.

`GET /auth/{provider}/callback`

Completes OAuth authentication flow and returns authentication tokens

## Path parameters

- `provider` string, required

## Response `200`

Authentication tokens

- ModelsToken — Authentication tokens for API access.
  - `access_token` string — JWT access token used for API authorization
  - `expires_at` string — When the access token expires
  - `refresh_token` string — JWT refresh token used to obtain new access tokens

## Other responses

- `400` — Invalid request
- `500` — Internal server error

---

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