{"info":{"_postman_id":"757e7911-ce22-4a0c-ad4d-07c9180f295d","name":"Evabot Gift APIs","description":"<html><head></head><body><p><strong>API Resources -</strong></p>\n<p>API URLs listed in this documentation are relative to <a href=\"https://evabot.ai\">https://evabot.ai</a> to help systems integrate for sending personalised gifts to the users.</p>\n<p><strong>Auth -</strong></p>\n<p><a href=\"https://en.wikipedia.org/wiki/Basic_access_authentication\">Basic authentication</a> is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word Basic word followed by a space and a base64-encoded string username:password. For example, to authorize as demo / p@55w0rd the client would send</p>\n<p>Authorization: Basic aZGVt**</p>\n<p>Note: Because base64 is easily decoded, Basic authentication should only be used together with other security mechanisms such as HTTPS/SSL.</p>\n<p><strong>Request and Response Data -</strong></p>\n<p>Request data is passed to the API by POSTing JSON objects with the appropriate key/value-pairs to the respective resource. The documentation for each API resource contains more details on the values accepted by a given resource.</p>\n<p>Response data is also formatted as a JSON object.</p>\n<p><strong>REST &amp; Disposable Objects -</strong></p>\n<p>The Eva API is built around REST principles. Use POST requests to create objects, GET requests to retrieve objects, and PUT requests to update objects.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21083324","collectionId":"757e7911-ce22-4a0c-ad4d-07c9180f295d","publishedId":"UzQuPkQg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-15T08:29:14.000Z"},"item":[{"name":"Send New Gift","id":"82f2c521-f086-4b6c-846d-dd4274c3fa4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"senderEmail\": \"LO@email.com\",\n  \"recipientName\": \"Lo\",\n  \"recipientEmail\": \"recipient@email.ai\",\n  \"recipientMobile\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.evabot.ai/basic/auth/sendGift/:accessKey","description":"<p>This endpoint is used to send new gift</p>\n","urlObject":{"path":["basic","auth","sendGift",":accessKey"],"host":["https://app.evabot.ai"],"query":[],"variable":[{"description":{"content":"<p>This is a sandbox accessKey.  string should be replaced with the variable in the API endpoint</p>\n","type":"text/plain"},"type":"any","value":"Mxcu79xoDa5lkx8knCSFR2kAYakxJWLcOMuF8rmR","key":"accessKey"}]}},"response":[{"id":"c113a773-a647-435c-9cce-430eb542eae2","name":"API response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"senderEmail\": \"LO@email.com\",\n  \"recipientName\": \"Lo\",\n  \"recipientEmail\": \"recipient@email.ai\",\n  \"recipientMobile\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.evabot.ai/basic/auth/sendGift/:accessKey","host":["https://app.evabot.ai"],"path":["basic","auth","sendGift",":accessKey"],"variable":[{"key":"accessKey","value":"Mxcu79xoDa5lkx8knCSFR2kAYakxJWLcOMuF8rmR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"ok\",\n  \"url\": \"https://evabot.ai/gift/og77ZZly\",\n  \"recipientEmail\": \"example@email.ai\",\n  \"hashId\": \"og77ZZly\"\n}"}],"_postman_id":"82f2c521-f086-4b6c-846d-dd4274c3fa4b"}],"variable":[{"id":"1f30af00-ab12-4ba2-aceb-2fa804835629","key":"baseUrl","value":"https://app.evabot.ai","type":"string"}]}