> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Debug Outlook Token Scopes

> Decode the stored access token and return its scopes (debug).

Auto-refreshes if the token is expired.



## OpenAPI

````yaml /api-reference/openapi.json get /api/integrations/microsoft/outlook/debug/token-scopes
openapi: 3.1.0
info:
  title: apowerb API
  description: REST API of the apowerb agentic framework (open-source edition).
  version: 0.1.2
  license:
    name: MIT
    url: https://github.com/apowerb/apowerb/blob/main/LICENSE
servers:
  - url: https://api.example.com
    description: Your apowerb instance
  - url: http://localhost:8000
    description: Local stack
security: []
paths:
  /api/integrations/microsoft/outlook/debug/token-scopes:
    get:
      tags:
        - integrations
      summary: Debug Outlook Token Scopes
      description: |-
        Decode the stored access token and return its scopes (debug).

        Auto-refreshes if the token is expired.
      operationId: >-
        debug_outlook_token_scopes_api_integrations_microsoft_outlook_debug_token_scopes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: >-
                  Response Debug Outlook Token Scopes Api Integrations Microsoft
                  Outlook Debug Token Scopes Get
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````

## Related topics

- [Microsoft Service Callback](/api-reference/integrations/microsoft-service-callback.md)
- [Microsoft Service Connect](/api-reference/integrations/microsoft-service-connect.md)
- [Integrations](/guides/integrations.md)
- [Outlook webhooks](/guides/webhooks-outlook.md)
- [Suggest Shared Mailboxes](/api-reference/integrations/suggest-shared-mailboxes.md)
