Auth0 · Capability

Auth0 Management API — Custom Domains

Auth0 Management API capability covering the Custom Domains resource group (5 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 9 operations.

Auth0 Management API — Custom Domains 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 Custom Domains.

Run with Naftiko Auth0Management APICustom Domains

Capability Spec

auth0-management-custom-domains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Custom Domains"
  description: Auth0 Management API capability covering the Custom Domains resource group (5 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 9 operations.
  tags:
  - Auth0
  - Management API
  - Custom Domains
  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-custom-domains
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Custom Domains resource group. Self-contained."
    resources:
    - name: custom-domains
      path: /custom-domains
      operations:
      - name: get_custom-domains
        method: GET
        description: Get Custom Domains Configurations
        outputRawFormat: json
      - name: post_custom-domains
        method: POST
        description: Configure a New Custom Domain
        outputRawFormat: json
    - name: custom-domains-default
      path: /custom-domains/default
      operations:
      - name: get_default
        method: GET
        description: Get the Default Domain
        outputRawFormat: json
      - name: patch_default
        method: PATCH
        description: Update the Default Custom Domain for the Tenant
        outputRawFormat: json
    - name: custom-domains-id
      path: /custom-domains/{id}
      operations:
      - name: get_custom-domains_by_id
        method: GET
        description: Get Custom Domain Configuration
        outputRawFormat: json
      - name: delete_custom-domains_by_id
        method: DELETE
        description: Delete Custom Domain Configuration
        outputRawFormat: json
      - name: patch_custom-domains_by_id
        method: PATCH
        description: Update Custom Domain Configuration
        outputRawFormat: json
    - name: custom-domains-id-test
      path: /custom-domains/{id}/test
      operations:
      - name: post_test_domain
        method: POST
        description: Test a Custom Domain
        outputRawFormat: json
    - name: custom-domains-id-verify
      path: /custom-domains/{id}/verify
      operations:
      - name: post_verify
        method: POST
        description: Verify a Custom Domain
        outputRawFormat: json