Safe Exchange API / Vault
How to Inject Sensitive Data into an Ongoing Chat Using the Safe Exchange API
{ "x-api-key": "<publicKey>.<secretKey>" }{ "loggedIn": true, "customerInformation": { "first_name": "John", "last_name": "Smith", "customer_number": 1337 } }curl --location --request PUT 'https://ebbot.eu/api/chats/<chatId>/vault' \ --header 'Content-Type: application/json' \ --header 'x-api-key: ••••••' \ --data '{ "loggedIn": true, "customerInformation": { "first_name": "John", "last_name": "Smith", "customer_number": 1337 } }'
Last updated
Was this helpful?

