Hi Hamza Jouini
Did you use same client and authentication token for POST and GET request? Please, make sure that you have same client and authentication token with similar scopes.
For testing purpose please use Graph Explorer: Graph Explorer
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When creating a a subscription with a POST request to https://graph.microsoft.com/v1.0/subscriptions
the Graph API response with success since it get the validation token on the callback and the subscription work fine but making a GET | PATCH to the subscription will return not found even a GET request to
https://graph.microsoft.com/v1.0/subscriptions
will retrurn an empty array that's wierd since the subscription is created a works
Hi Hamza Jouini
Did you use same client and authentication token for POST and GET request? Please, make sure that you have same client and authentication token with similar scopes.
For testing purpose please use Graph Explorer: Graph Explorer