GET
    https://uptime.betterstack.com/api/v2/google-monitoring-integrations
  
  
  
  Headers
Authorization
    
      required
      
      string
    
  Bearer $TOKEN
Returns a list of all your Google Monitoring integrations. This endpoint supports pagination.
Headers
Bearer $TOKEN
Returns list of existing Google Monitoring integrations
Response body
{
  "data": [
    {
      "id": "37",
      "type": "google_monitoring_integration",
      "attributes": {
        "call": false,
        "sms": false,
        "email": true,
        "team_wait": 180,
        "recovery_period": null,
        "policy_id": null,
        "push": true,
        "name": "Google Monitoring Integration",
        "paused": false,
        "webhook_url": "https://uptime.betterstack.dev/api/v1/google-monitoring/webhook/[token]",
        "team_name": "Testing"
      }
    }
  ],
  "pagination": {
    "first": "https://uptime.betterstack.com/api/v2/google-monitoring-integrations?page=1",
    "last": "https://uptime.betterstack.com/api/v2/google-monitoring-integrations?page=1",
    "prev": null,
    "next": null
  }
}
    curl --request GET \
  --url https://uptime.betterstack.com/api/v2/google-monitoring-integrations \
  --header "Authorization: Bearer $TOKEN"
Explore the list of all Google Monitoring integration API parameters
We use cookies to authenticate users, improve the product user experience, and for personalized ads. Learn more.