Safe Exchange API
This page is about the Safe Exchange API in Ebbot. This API is for Ebbot chat only.
Last updated
Was this helpful?
Was this helpful?
{
"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
}
}'