Auth0 · Capability

Auth0 Management API — Sessions

Auth0 Management API capability covering the Sessions resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 4 operations.

Auth0 Management API — Sessions is a Naftiko capability published by Auth0, one of 68 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Auth0, Management API, and Sessions.

Run with Naftiko Auth0Management APISessions

Capability Spec

auth0-management-sessions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Sessions"
  description: Auth0 Management API capability covering the Sessions resource group (2 paths). Self-contained Naftiko capability covering one
    Auth0 Management surface. 4 operations.
  tags:
  - Auth0
  - Management API
  - Sessions
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AUTH0_DOMAIN: AUTH0_DOMAIN
    AUTH0_MGMT_TOKEN: AUTH0_MGMT_TOKEN
capability:
  consumes:
  - type: http
    namespace: auth0-management-sessions
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Sessions resource group. Self-contained."
    resources:
    - name: sessions-id
      path: /sessions/{id}
      operations:
      - name: get_session
        method: GET
        description: Get Session
        outputRawFormat: json
      - name: delete_session
        method: DELETE
        description: Delete Session
        outputRawFormat: json
      - name: patch_sessions_by_id
        method: PATCH
        description: Update Session
        outputRawFormat: json
    - name: sessions-id-revoke
      path: /sessions/{id}/revoke
      operations:
      - name: revoke_session
        method: POST
        description: Revokes a Session
        outputRawFormat: json