Auth0 · Capability

Auth0 Management API — Branding

Auth0 Management API capability covering the Branding resource group (12 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 23 operations.

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

Run with Naftiko Auth0Management APIBranding

Capability Spec

auth0-management-branding.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Branding"
  description: Auth0 Management API capability covering the Branding resource group (12 paths). Self-contained Naftiko capability covering one
    Auth0 Management surface. 23 operations.
  tags:
  - Auth0
  - Management API
  - Branding
  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-branding
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Branding resource group. Self-contained."
    resources:
    - name: branding
      path: /branding
      operations:
      - name: get_branding
        method: GET
        description: Get Branding Settings
        outputRawFormat: json
      - name: patch_branding
        method: PATCH
        description: Update Branding Settings
        outputRawFormat: json
    - name: branding-phone-providers
      path: /branding/phone/providers
      operations:
      - name: get_branding_phone_providers
        method: GET
        description: Get a List of Phone Providers
        outputRawFormat: json
      - name: create_phone_provider
        method: POST
        description: Configure the Phone Provider
        outputRawFormat: json
    - name: branding-phone-providers-id
      path: /branding/phone/providers/{id}
      operations:
      - name: get_phone_provider
        method: GET
        description: Get a Phone Provider
        outputRawFormat: json
      - name: delete_phone_provider
        method: DELETE
        description: Deletes a Phone Provider
        outputRawFormat: json
      - name: update_phone_provider
        method: PATCH
        description: Update the Phone Provider
        outputRawFormat: json
    - name: branding-phone-providers-id-try
      path: /branding/phone/providers/{id}/try
      operations:
      - name: try_phone_provider
        method: POST
        description: Send a Test Phone Notification for the Configured Provider
        outputRawFormat: json
    - name: branding-phone-templates
      path: /branding/phone/templates
      operations:
      - name: get_phone_templates
        method: GET
        description: Get a List of Phone Notification Templates
        outputRawFormat: json
      - name: create_phone_template
        method: POST
        description: Create a Phone Notification Template
        outputRawFormat: json
    - name: branding-phone-templates-id
      path: /branding/phone/templates/{id}
      operations:
      - name: get_phone_template
        method: GET
        description: Get a Phone Notification Template
        outputRawFormat: json
      - name: delete_phone_template
        method: DELETE
        description: Delete a Phone Notification Template
        outputRawFormat: json
      - name: update_phone_template
        method: PATCH
        description: Update a Phone Notification Template
        outputRawFormat: json
    - name: branding-phone-templates-id-reset
      path: /branding/phone/templates/{id}/reset
      operations:
      - name: reset_phone_template
        method: PATCH
        description: Resets a Phone Notification Template Values
        outputRawFormat: json
    - name: branding-phone-templates-id-try
      path: /branding/phone/templates/{id}/try
      operations:
      - name: try_phone_template
        method: POST
        description: Send a Test Phone Notification for the Configured Template
        outputRawFormat: json
    - name: branding-templates-universal-login
      path: /branding/templates/universal-login
      operations:
      - name: get_universal-login
        method: GET
        description: Get Template for New Universal Login Experience
        outputRawFormat: json
      - name: delete_universal-login
        method: DELETE
        description: Delete Template for New Universal Login Experience
        outputRawFormat: json
      - name: put_universal-login
        method: PUT
        description: Set Template for New Universal Login Experience
        outputRawFormat: json
    - name: branding-themes
      path: /branding/themes
      operations:
      - name: post_branding_theme
        method: POST
        description: Create Branding Theme
        outputRawFormat: json
    - name: branding-themes-default
      path: /branding/themes/default
      operations:
      - name: get_default_branding_theme
        method: GET
        description: Get Default Branding Theme
        outputRawFormat: json
    - name: branding-themes-themeId
      path: /branding/themes/{themeId}
      operations:
      - name: get_branding_theme
        method: GET
        description: Get Branding Theme
        outputRawFormat: json
      - name: delete_branding_theme
        method: DELETE
        description: Delete Branding Theme
        outputRawFormat: json
      - name: patch_branding_theme
        method: PATCH
        description: Update Branding Theme
        outputRawFormat: json