naftiko: 1.0.0-alpha2 info: label: "Auth0 Management API \u2014 Connection Profiles" description: Auth0 Management API capability covering the Connection Profiles resource group (4 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 7 operations. tags: - Auth0 - Management API - Connection Profiles 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-connection-profiles baseUri: https://{AUTH0_DOMAIN}/api/v2 description: "Auth0 Management API \u2014 Connection Profiles resource group. Self-contained." resources: - name: connection-profiles path: /connection-profiles operations: - name: get_connection-profiles method: GET description: Get Connection Profiles outputRawFormat: json - name: post_connection-profiles method: POST description: Create a Connection Profile outputRawFormat: json - name: connection-profiles-templates path: /connection-profiles/templates operations: - name: get_connection_profile_templates method: GET description: Get Connection Profile Templates outputRawFormat: json - name: connection-profiles-templates-id path: /connection-profiles/templates/{id} operations: - name: get_connection_profile_template method: GET description: Get Connection Profile Template outputRawFormat: json - name: connection-profiles-id path: /connection-profiles/{id} operations: - name: get_connection-profiles_by_id method: GET description: Get Connection Profile outputRawFormat: json - name: delete_connection-profiles_by_id method: DELETE description: Delete Connection Profile outputRawFormat: json - name: patch_connection-profiles_by_id method: PATCH description: Modify a Connection Profile outputRawFormat: json