{ "opencollection": "1.0.0", "info": { "name": "Lithic 3DS Auth Stream Access (ASA) API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Auth Stream Access (ASA)", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the ASA HMAC secret key", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/auth_stream/secret" }, "docs": "Retrieve the ASA HMAC secret key. If one does not exist for your program yet, calling this endpoint will create one for you. The headers (which you can use to verify webhooks) will begin appearing shortly after calling this endpoint for the first time. See [this page](https://docs.lithic.com/docs/au" }, { "info": { "name": "Rotate the ASA HMAC secret key", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/auth_stream/secret/rotate" }, "docs": "Generate a new ASA HMAC secret key. The old ASA HMAC secret key will be deactivated 24 hours after a successful request to this endpoint. Make a [`GET /auth_stream/secret`](https://docs.lithic.com/reference/getauthstreamsecret) request to retrieve the new secret key." } ] } ], "bundled": true }