This API endpoint retrieves unified data for a specific statuspage by its unique ID. The unified data includes common details such as the
name,
subdomain,
domain, and other related information. Additionally, it provides information about the page theme and associated components.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return the unified statuspage data.
- If the request is invalid, a 400 error will be returned.
- If authorization fails, a 401 error will be returned.
- If the statuspage is not found, a 404 error will be returned.