GET
    https://uptime.betterstack.com/api/v2/policy-groups
  
  
  
  Headers
Authorization
    
      required
      
      string
    
  Bearer $TOKEN
Returns a list of all your escalation policy groups. This endpoint supports pagination.
Headers
Bearer $TOKEN
Returns list of existing escalation policy groups
Response body
{
  "data": [
    {
      "id": "95251342",
      "type": "policy_group",
      "attributes": {
        "name": "Example",
        "sort_index": null,
        "created_at": "2020-10-03T20:20:43.547Z",
        "updated_at": "2020-10-03T20:20:43.547Z",
        "team_name": "Test team"
      }
    }
  ],
  "pagination": {
    "first": "https://uptime.betterstack.com/api/v2/policy-groups?page=1",
    "last": "https://uptime.betterstack.com/api/v2/policy-groups?page=1",
    "prev": null,
    "next": null
  }
}curl --request GET \
  --url https://uptime.betterstack.com/api/v2/policy-groups \
  --header "Authorization: Bearer $TOKEN"
Explore the list of all escalation policy group API parameters
We use cookies to authenticate users, improve the product user experience, and for personalized ads. Learn more.