Skip to main content
GET
/
team
/
website
Get Team Website
curl --request GET \
  --url https://mcp.closedloop.sh/team/website \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "data": {
    "website": "https://example.com",
    "updated_at": "2025-01-27T10:30:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication (format: Bearer YOUR_API_KEY)

Response

Team website information

success
boolean
Example:

true

data
object