Welcome to the New BigPanda API Documentation
Bearer.Authorization: Bearer [YOUR_USER_API_KEY]curl --location 'https://api.bigpanda.io/resources/v2.0/ordered-maintenance-plans?sort_by=&order=&page=&per_page=&search_text=&status=&frequency=' \
--header 'Authorization: Bearer <token>'[
{
"id": "64f0b24f340000bbd269595c",
"status": "planned",
"maintenance_key": "MNT-de9d22d700e9",
"name": "host1 maintenance",
"start": 1733904622,
"end": 1734768622,
"description": "this is a description",
"custom_tags": [
{
"name": "app",
"value": "esp"
}
],
"created_by": "63bd56897755560012bf3555",
"created_at": 1613252381,
"updated_by": "63bd56897755560012bf3555",
"updated_at": 1613252381,
"frequency": "Daily",
"frequency_data": 1613252381
}
]