Auth0 · Capability

Auth0 Management API — Refresh Tokens

Auth0 Management API capability covering the Refresh Tokens resource group (3 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 5 operations.

Auth0 Management API — Refresh Tokens 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 Refresh Tokens.

Run with Naftiko Auth0Management APIRefresh Tokens

Capability Spec

auth0-management-refresh-tokens.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Refresh Tokens"
  description: Auth0 Management API capability covering the Refresh Tokens resource group (3 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 5 operations.
  tags:
  - Auth0
  - Management API
  - Refresh Tokens
  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-refresh-tokens
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Refresh Tokens resource group. Self-contained."
    resources:
    - name: refresh-tokens
      path: /refresh-tokens
      operations:
      - name: get_refresh_tokens
        method: GET
        description: Get Refresh Tokens
        outputRawFormat: json
    - name: refresh-tokens-revoke
      path: /refresh-tokens/revoke
      operations:
      - name: revoke_refresh_tokens
        method: POST
        description: Revoke Refresh Tokens
        outputRawFormat: json
    - name: refresh-tokens-id
      path: /refresh-tokens/{id}
      operations:
      - name: get_refresh_token
        method: GET
        description: Get a Refresh Token
        outputRawFormat: json
      - name: delete_refresh_token
        method: DELETE
        description: Delete a Refresh Token
        outputRawFormat: json
      - name: patch_refresh-tokens_by_id
        method: PATCH
        description: Update a Refresh Token
        outputRawFormat: json