cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#OUTLOOK_GET_EVENT_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "OUTLOOK_GET_EVENT_BY_ID", "parameters": { "eventId": "<string>", "userId": "<string>", "calendarId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Event ID : The ID of the event to get.
User ID : Specify a user ID to perform this action if you are working with an application token. (example: "1b671a64-40d5-491e-99b0-da01ff1f3341")
Specify which calendar the event will be added to. Defaults to the user's primary calendar if left blank
Success
Was this page helpful?