GET
https://uptime.betterstack.com/api/v2/splunk-on-calls
Headers
Authorization
required
string
Bearer $TOKEN
Returns a list of all your Splunk On-Call integrations. This endpoint supports pagination.
Headers
Bearer $TOKEN
Returns list of existing Splunk On-Call integrations
Response body
{
"data": [
{
"id": "17",
"type": "splunk_on_call_integration",
"attributes": {
"name": "test",
"url": "https://[url]",
"team_name": "My team"
}
}
],
"pagination": {
"first": "https://uptime.betterstack.com/api/v2/splunk-on-calls?page=1",
"last": "https://uptime.betterstack.com/api/v2/splunk-on-calls?page=1",
"prev": null,
"next": null
}
}
curl --request GET \
--url https://uptime.betterstack.com/api/v2/splunk-on-calls \
--header "Authorization: Bearer $TOKEN"
Explore the list of all Splunk On-Call integration API parameters