---
title: "Smoke Check Source"
method: POST
path: "/api/py/delivery/sources/smoke-check"
---

# Smoke Check Source

`POST /api/py/delivery/sources/smoke-check`

## Request body

- SalesforceOrgSmokeBody
  - `source_type` 'salesforce_org', required
  - `instance_source_id` string, uuid, required

## Response `200`

Successful Response

- SmokeCheckResponse
  - `token_preview` string, required
  - `token_expires_at` string, date-time, required
  - `granted_scopes` string[], required
  - `userinfo` object, required
  - `organization_query` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
