{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint Verifiable Credential Issuer API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Verifiable Credential Issuer", "type": "folder" }, "items": [ { "info": { "name": "Get Verifiable Credential Issuer Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/metadata", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get verifiable credential issuer metadata" }, { "info": { "name": "Get JWT Issuer Information", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/jwtissuer", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get JWT issuer information for VCI" }, { "info": { "name": "Get JSON Web Key Set", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/jwks", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get JSON Web Key Set for VCI" }, { "info": { "name": "Create Credential Offer", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/offer/create", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a verifiable credential offer" }, { "info": { "name": "Get Credential Offer Information", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/offer/info", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get information about a verifiable credential offer" }, { "info": { "name": "Parse Single Credential", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/single/parse", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Parse a single verifiable credential" }, { "info": { "name": "Issue Single Credential", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/single/issue", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Issue a single verifiable credential" }, { "info": { "name": "Parse Batch Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/batch/parse", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Parse multiple verifiable credentials in batch" }, { "info": { "name": "Issue Batch Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/batch/issue", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Issue multiple verifiable credentials in batch" }, { "info": { "name": "Parse Deferred Credential", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/deferred/parse", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Parse a deferred verifiable credential" }, { "info": { "name": "Issue Deferred Credential", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/vci/deferred/issue", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Issue a deferred verifiable credential" } ] } ], "bundled": true }