🚀 TEFCA IAS is now Generally Available! See our TEFCA Developer Guide for details.
curl --request GET \
--url https://api.connect.fastenhealth.com/v1/bridge/org{
"success": true,
"data": {
"id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
"name": "Example Inc.",
"logo_uri": "https://www.example.com/logo.png",
"privacy_policy_uri": "https://www.example.com/privacy_policy",
"website_uri": "https://www.example.com",
"plan": "free",
"status": "active"
}
}Get information about your organization. This is used to display branding information in the Stitch.js popup widget.
curl --request GET \
--url https://api.connect.fastenhealth.com/v1/bridge/org{
"success": true,
"data": {
"id": "8d4136dd-31b6-4a65-88a0-7ea22a2b16d6",
"name": "Example Inc.",
"logo_uri": "https://www.example.com/logo.png",
"privacy_policy_uri": "https://www.example.com/privacy_policy",
"website_uri": "https://www.example.com",
"plan": "free",
"status": "active"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.connect.fastenhealth.com/llms.txt
Use this file to discover all available pages before exploring further.