Small Improvements · Example Payload

Adminconsentcallbackusingget Example

GET /v2/outlook/oauth/callback

outlook-o-auth-resource

Adminconsentcallbackusingget Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "adminConsentCallback",
  "operationId": "adminConsentCallbackUsingGET",
  "method": "GET",
  "path": "/v2/outlook/oauth/callback",
  "tags": [
    "outlook-o-auth-resource"
  ],
  "description": "GET /v2/outlook/oauth/callback",
  "parameters": {
    "error": "<value>",
    "error_description": "<value>",
    "state": "<value>",
    "tenant": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}