---
title: "Submit referral source (how did you hear about us)"
method: POST
path: "/api/v1/organizations/referral-source"
tags: ["Organizations"]
---

# Submit referral source (how did you hear about us)

`POST /api/v1/organizations/referral-source`

## Request body

- ReferralSourceRequest — Request to submit referral source
  - `referral_source` string, required
  - `referral_source_other` string, nullable

## Response `200`

Referral source recorded

- ApiResponse
  - `data` TupleUnit — unresolved $ref
  - `error` string, nullable
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required

---

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