Auth0 · Capability

Auth0 Management API — Token Exchange Profiles

Auth0 Management API capability covering the Token Exchange Profiles resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 5 operations.

Auth0 Management API — Token Exchange Profiles 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 Token Exchange Profiles.

Run with Naftiko Auth0Management APIToken Exchange Profiles

Capability Spec

auth0-management-token-exchange-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Token Exchange Profiles"
  description: Auth0 Management API capability covering the Token Exchange Profiles resource group (2 paths). Self-contained Naftiko capability
    covering one Auth0 Management surface. 5 operations.
  tags:
  - Auth0
  - Management API
  - Token Exchange Profiles
  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-token-exchange-profiles
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Token Exchange Profiles resource group. Self-contained."
    resources:
    - name: token-exchange-profiles
      path: /token-exchange-profiles
      operations:
      - name: get_token-exchange-profiles
        method: GET
        description: Get Token Exchange Profiles
        outputRawFormat: json
      - name: post_token-exchange-profiles
        method: POST
        description: Create a Token Exchange Profile
        outputRawFormat: json
    - name: token-exchange-profiles-id
      path: /token-exchange-profiles/{id}
      operations:
      - name: get_token-exchange-profiles_by_id
        method: GET
        description: Get a Token Exchange Profile
        outputRawFormat: json
      - name: delete_token-exchange-profiles_by_id
        method: DELETE
        description: Delete a Token Exchange Profile
        outputRawFormat: json
      - name: patch_token-exchange-profiles_by_id
        method: PATCH
        description: Update an Existing Token Exchange Profile
        outputRawFormat: json