Organizations
Submit referral source (how did you hear about us)
Request Body
application/json
referral_source*string
How the user heard about Scanopy.
Value in
"search_engine" | "ai_assistant" | "youtube" | "tiktok" | "blog_article" | "reddit" | "hacker_news" | "social_media" | "word_of_mouth" | "proxmox_community_scripts" | "self_hosted" | "other" | "prefer_not_to_say"referral_source_other?string|null
Free-text detail, sent when referral_source is other.
Response Body
application/json
curl -X POST "https://app.scanopy.net/api/v1/organizations/referral-source" \ -H "Content-Type: application/json" \ -d '{ "referral_source": "search_engine" }'{
"meta": {
"api_version": 1,
"server_version": "0.17.8"
},
"success": true,
"data": {},
"error": "string"
}