Get List of All Services Available
GET
https://isdown.app/api/v2/services
Headers
Name
Type
Description
Authorization*
String
Bearer API_KEY
{
"data": [
{
"id": "1",
"type": "service",
"attributes": {
"name": "AWS",
"urlname": "aws",
"isdown_url": "https://isdown.app/integrations/aws"
}
},
{
"id": "55",
"type": "service",
"attributes": {
"name": "Apple Developer",
"urlname": "apple-developer",
"isdown_url": "https://isdown.app/integrations/apple-developer"
}
},
...
]
n
Last updated