An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi @Tsai Yunda ,
Thanks for reaching out to Microsoft!
Microsoft Graph change notifications service receives a 2xx class code from your endpoint, the notification is considered sent.
Please check the HTTP status codes returned by your endpoint. If your endpoint frequently returns 5xx status codes or takes longer than 10 seconds to respond, it may be throttled.
Microsoft Graph includes retry headers in its responses when throttling occurs. Look for these headers in the responses to understand the retry logic and intervals.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".