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