v1
latestOpenAPI 3.0.1Private2026-07-2212926.5 KBbridge
Get information about your organization. This is used to display branding information in the Stitch.js popup widget.
get/bridge/org
Query parameters
public_idstring required
Public ID for Organization credential. See Authentication for more information
Response
successful operation
Example response
{
"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"
}
}