naftiko: 1.0.0-alpha2 info: label: "Auth0 Management API \u2014 Device Credentials" description: Auth0 Management API capability covering the Device Credentials resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 3 operations. tags: - Auth0 - Management API - Device Credentials 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-device-credentials baseUri: https://{AUTH0_DOMAIN}/api/v2 description: "Auth0 Management API \u2014 Device Credentials resource group. Self-contained." resources: - name: device-credentials path: /device-credentials operations: - name: get_device-credentials method: GET description: Retrieve Device Credentials outputRawFormat: json - name: post_device-credentials method: POST description: Create a Device Public Key Credential outputRawFormat: json - name: device-credentials-id path: /device-credentials/{id} operations: - name: delete_device-credentials_by_id method: DELETE description: Delete a Device Credential outputRawFormat: json