Status endpoint deprecation
https://support.zendesk.com/hc/en-us/articles/5414949730842
What's changing?
Two things are changing. The legacy Status API is being deprecated and a new Status API is replacing it.
Specifically, the following legacy Status API endpoints are being deprecated:
- List components: https://status.zendesk.com/api/components?domain={subdomain}.zendesk.com
- Show component status: https://status.zendesk.com/api/components/{component_id_or_tag}?domain={subdomain}.zendesk.com
- List subcomponents: https://status.zendesk.com/api/components/{component_id_or_tag}/subcomponents?domain={subdomain}.zendesk.com
- Show subcomponent status: https://status.zendesk.com/api/components/{component_id_or_tag}/subcomponents{subcomponent_id_or_tag}?domain={subdomain}.zendesk.com
Those deprecated endpoints are being replaced with the following new Status API endpoints: