Auth0 · Capability

Auth0 Management API — Client Grants

Auth0 Management API capability covering the Client Grants resource group (3 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 6 operations.

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

Run with Naftiko Auth0Management APIClient Grants

Capability Spec

auth0-management-client-grants.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Client Grants"
  description: Auth0 Management API capability covering the Client Grants resource group (3 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 6 operations.
  tags:
  - Auth0
  - Management API
  - Client Grants
  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-client-grants
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Client Grants resource group. Self-contained."
    resources:
    - name: client-grants
      path: /client-grants
      operations:
      - name: get_client-grants
        method: GET
        description: Get Client Grants
        outputRawFormat: json
      - name: post_client-grants
        method: POST
        description: Create Client Grant
        outputRawFormat: json
    - name: client-grants-id
      path: /client-grants/{id}
      operations:
      - name: get_client-grant
        method: GET
        description: Get Client Grant
        outputRawFormat: json
      - name: delete_client-grants_by_id
        method: DELETE
        description: Delete Client Grant
        outputRawFormat: json
      - name: patch_client-grants_by_id
        method: PATCH
        description: Update Client Grant
        outputRawFormat: json
    - name: client-grants-id-organizations
      path: /client-grants/{id}/organizations
      operations:
      - name: get_client-grant-organizations
        method: GET
        description: Get the Organizations Associated to a Client Grant
        outputRawFormat: json