{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions verifiable-credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "verifiable-credentials", "type": "folder" }, "items": [ { "info": { "name": "List Verifiable Credential Templates for a Tenant.", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/verifiable-credentials/verification/templates", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." } ] }, "docs": "List verifiable credential templates." }, { "info": { "name": "Create a Verifiable Credential Template.", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/verifiable-credentials/verification/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a verifiable credential template." }, { "info": { "name": "Get a Verifiable Credential Template by ID.", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/verifiable-credentials/verification/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the template to retrieve." } ] }, "docs": "Get a verifiable credential template." }, { "info": { "name": "Update a Verifiable Credential Template by ID.", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/verifiable-credentials/verification/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the template to retrieve." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a verifiable credential template." }, { "info": { "name": "Delete a Verifiable Credential Template by ID.", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/verifiable-credentials/verification/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the template to retrieve." } ] }, "docs": "Delete a verifiable credential template." } ] } ], "bundled": true }