Share via

MIcrosoft graph Subscriptions

Hamza Jouini 0 Reputation points
Feb 6, 2024, 4:16 PM

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

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,897 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,159 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Azizkhon Ishankhonov 540 Reputation points
    Feb 6, 2024, 6:20 PM

    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

    POST Request

    GET Request

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.