{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Authentication API", "version": "v1" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Generate an Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.agicap.com/public/auth/v1/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "This endpoint generates an access token that will be used with your Public Api call's. The generated token will be placed in the `Authorization` header with value: `\"Bearer YOUR_GENERATED_TOKEN\"`\n\n> The credentials used in the body must be generated from the Agicap application.\n" }, { "info": { "name": "Prompts the user for authorization using HTTP Basic Auth.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/basic-auth/:user/:passwd", "params": [ { "name": "user", "value": "", "type": "path" }, { "name": "passwd", "value": "", "type": "path" } ] }, "docs": "Prompts the user for authorization using HTTP Basic Auth." }, { "info": { "name": "Prompts the user for authorization using bearer authentication.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/bearer", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Prompts the user for authorization using bearer authentication." }, { "info": { "name": "Prompts the user for authorization using Digest Auth.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/digest-auth/:qop/:user/:passwd", "params": [ { "name": "qop", "value": "", "type": "path", "description": "auth or auth-int" }, { "name": "user", "value": "", "type": "path" }, { "name": "passwd", "value": "", "type": "path" } ] }, "docs": "Prompts the user for authorization using Digest Auth." }, { "info": { "name": "Prompts the user for authorization using Digest Auth + Algorithm.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/digest-auth/:qop/:user/:passwd/:algorithm", "params": [ { "name": "qop", "value": "", "type": "path", "description": "auth or auth-int" }, { "name": "user", "value": "", "type": "path" }, { "name": "passwd", "value": "", "type": "path" }, { "name": "algorithm", "value": "", "type": "path", "description": "MD5, SHA-256, SHA-512" } ] }, "docs": "Prompts the user for authorization using Digest Auth + Algorithm." }, { "info": { "name": "Prompts the user for authorization using Digest Auth + Algorithm.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/digest-auth/:qop/:user/:passwd/:algorithm/:stale_after", "params": [ { "name": "qop", "value": "", "type": "path", "description": "auth or auth-int" }, { "name": "user", "value": "", "type": "path" }, { "name": "passwd", "value": "", "type": "path" }, { "name": "algorithm", "value": "", "type": "path", "description": "MD5, SHA-256, SHA-512" }, { "name": "stale_after", "value": "", "type": "path" } ] }, "docs": "allow settings the stale_after argument.\n" }, { "info": { "name": "Prompts the user for authorization using HTTP Basic Auth.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/hidden-basic-auth/:user/:passwd", "params": [ { "name": "user", "value": "", "type": "path" }, { "name": "passwd", "value": "", "type": "path" } ] }, "docs": "Prompts the user for authorization using HTTP Basic Auth." } ] } ], "bundled": true }