cURL
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.
Public ID for Organization credential. See Authentication for more information
successful operation
true
Show child attributes