GET
/
bridge
/
org
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"
  }
}

Query Parameters

public_id
string
required

Public ID for Organization credential. See Authentication for more information

Response

200 - application/json

successful operation

The response is of type object.