Email Read Verification Code (Microsoft Graph)

PythonUtility
POST api.upapi.io/email-read-verification-code-graph.post

Poll an outlook.com mailbox over Microsoft Graph for a verification code. For accounts whose IMAP switch is off. Returns the code or an error.

emailverificationotpoutlookgraphutility
AuthAPI key
Timeout310s
CacheNone

Request schema

Request schema unavailable — this endpoint is not documented yet. Check the description for the fields it expects.

Response schema

Response schema unavailable — this endpoint is not documented yet.

Try it

Try it

· not documented — supply the body yourself
Valid JSON

Run this endpoint live

Jump in as a guest — no signup — and run email-read-verification-code-graph.post with your own inputs. Create a free account anytime to get your own API key.

Sign in

Code examples

curl -X POST https://api.upapi.io/email-read-verification-code-graph.post \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY' \
  -d '{}'

Developer tools

OpenAPI specImport the spec or collection into Postman, Insomnia, or any codegen tool.

Email Read Verification Code (Microsoft Graph) API reference

Request parameters

This operation takes no parameters — POST an empty JSON object.

Response fields

The response schema for this operation is not published yet.

How to call it

Send one POST to api.upapi.io/email-read-verification-code-graph.post with your key in the X-Api-Key header and the parameters above as a JSON body. The operation times out after 310 seconds. Responses are not cached; every call runs the operation.

Example request body
{}
Example response shape
null

The example response is generated from this operation's published output schema — it shows the shape and field names, not values from a recorded call.