Organizations
Submit referral source (how did you hear about us)
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request to submit referral source
Response Body
application/json
curl -X POST "https://example.com/api/v1/organizations/referral-source" \ -H "Content-Type: application/json" \ -d '{ "referral_source": "search_engine" }'{
"meta": {
"api_version": 1,
"server_version": "0.17.13"
},
"success": true,
"data": null,
"error": "string"
}