{ "opencollection": "1.0.0", "info": { "name": "Privado ID - Issuer Agent Display Methods API", "version": "1" }, "items": [ { "info": { "name": "Display Methods", "type": "folder" }, "items": [ { "info": { "name": "Get All Display Methods", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/identities/:identifier/display-method", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Issuer identifier" }, { "name": "page", "value": "", "type": "query" }, { "name": "max_results", "value": "", "type": "query", "description": "Number of items to fetch on each page. Minimum is 10. Default is 50. No maximum by the moment." }, { "name": "sort", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all the display methods for the provided identity.\n" }, { "info": { "name": "Create Display Method", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/identities/:identifier/display-method", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Issuer identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a display method for the provided identity." }, { "info": { "name": "Get Display Method", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/identities/:identifier/display-method/:id", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Issuer identifier" }, { "name": "id", "value": "", "type": "path", "description": "UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6\n" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a specific display method for the provided identity.\n" }, { "info": { "name": "Update Display Method", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v2/identities/:identifier/display-method/:id", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Issuer identifier" }, { "name": "id", "value": "", "type": "path", "description": "UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6\n" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific display method for the provided identity.\n" }, { "info": { "name": "Delete Display Method", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/identities/:identifier/display-method/:id", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Issuer identifier" }, { "name": "id", "value": "", "type": "path", "description": "UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6\n" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific display method for the provided identity.\n" } ] } ], "bundled": true }