naftiko: 1.0.0-alpha2 info: label: "Auth0 Management API \u2014 Clients" description: Auth0 Management API capability covering the Clients resource group (8 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 14 operations. tags: - Auth0 - Management API - Clients 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-clients baseUri: https://{AUTH0_DOMAIN}/api/v2 description: "Auth0 Management API \u2014 Clients resource group. Self-contained." resources: - name: clients path: /clients operations: - name: get_clients method: GET description: Get Clients outputRawFormat: json - name: post_clients method: POST description: Create a Client outputRawFormat: json - name: clients-cimd-preview path: /clients/cimd/preview operations: - name: post_clients_cimd_preview method: POST description: Preview and Validate Client ID Metadata Document outputRawFormat: json - name: clients-cimd-register path: /clients/cimd/register operations: - name: post_clients_cimd_register method: POST description: Register or Update a CIMD Client Via Metadata URI outputRawFormat: json - name: clients-client_id-credentials path: /clients/{client_id}/credentials operations: - name: get_credentials method: GET description: Get Client Credentials outputRawFormat: json - name: post_credentials method: POST description: Create a Client Credential outputRawFormat: json - name: clients-client_id-credentials-credential_id path: /clients/{client_id}/credentials/{credential_id} operations: - name: get_credentials_by_credential_id method: GET description: Get Client Credential Details outputRawFormat: json - name: delete_credentials_by_credential_id method: DELETE description: Delete a Client Credential outputRawFormat: json - name: patch_credentials_by_credential_id method: PATCH description: Update a Client Credential outputRawFormat: json - name: clients-id path: /clients/{id} operations: - name: get_clients_by_id method: GET description: Get Client by ID outputRawFormat: json - name: delete_clients_by_id method: DELETE description: Delete a Client outputRawFormat: json - name: patch_clients_by_id method: PATCH description: Update a Client outputRawFormat: json - name: clients-id-connections path: /clients/{id}/connections operations: - name: get_client_connections method: GET description: Get Enabled Connections for a Client outputRawFormat: json - name: clients-id-rotate-secret path: /clients/{id}/rotate-secret operations: - name: post_rotate-secret method: POST description: Rotate a Client Secret outputRawFormat: json