{"info":{"_postman_id":"5ab5b5f1-7776-4bde-b4cc-40386f0f86ff","name":"Zceppa Public API","description":"<html><head></head><body><p>To use our Rest API with your application, one has to partner with Zceppa and onboard their business. Once you are a customer of Zceppa, you can obtain an API key by contacting the admin through <a href=\"https://null\">support@zceppa.com</a>.</p>\n<p>Below are the key parameters required to use the API:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{base_url}}</td>\n<td>Base URL for the API request. For production use, the base URL is <a href=\"https://api.zceppa.com\">https://api.zceppa.com</a></td>\n</tr>\n<tr>\n<td>{{apikey}}</td>\n<td>You can obtain your API key from this location: <a href=\"https://app.zceppa.com/api-docs\">https://app.zceppa.com/api-docs</a></td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20930473","collectionId":"5ab5b5f1-7776-4bde-b4cc-40386f0f86ff","publishedId":"2sA3kSmhZA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-18T07:28:29.000Z"},"item":[{"name":"Review","item":[{"name":"Send Review Request","id":"60ac3e1c-48ef-484d-bda3-7c4bb57bb507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","description":"<p>API key generated from Zceppa app</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"phone_number\": \"9090XXXXX\",\n    \"email_id\": \"john.doe@email.com\",\n    \"request_type\": \"SMS\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/v1/review/request/send","description":"<p>This endpoint allows your application to send review requests through different channels such as SMS, Email, or WhatsApp.</p>\n<p>Visit <a href=\"https://demo.zceppa.com/review-api/index.html\">demo here</a></p>\n<p>Below are the parameters required:</p>\n<h4 id=\"parameters\">Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>First name of the customer to whom we are sending the review request.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>(Optional) Last name of the customer.</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>email_id</td>\n<td>(Optional) Email ID of the customer; this is mandatory when the request_type is EMAIL.</td>\n</tr>\n<tr>\n<td>request_type</td>\n<td>Preferred channel through which the customer will receive the review request. Possible values are SMS, EMAIL, WHATSAPP.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<ul>\n<li>200 - When API returns success</li>\n</ul>\n<p>Example: { \"message\": \"Review Request Sent Successfully.\" }</p>\n<ul>\n<li>400 - Validation or input data error. Verify you are passing the correct input data and retry again.</li>\n</ul>\n<p>Example: { \"message\": \"Invalid mobile number\" }</p>\n<ul>\n<li>500 - Internal server error. Retry after 60 seconds and the issue still persists contact Zceppa support</li>\n</ul>\n","urlObject":{"path":["v1","review","request","send"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60ac3e1c-48ef-484d-bda3-7c4bb57bb507"}],"id":"693bbaee-f05b-43ee-bfd5-9c2969ad32ee","description":"<p>Zceppa helps brands collect reviews across platforms using different channels</p>\n<h5 id=\"currently-supported-platforms\">Currently supported platforms:</h5>\n<ul>\n<li>Google</li>\n<li>Facebook</li>\n<li>Zceppa (Internal review platform)</li>\n</ul>\n<h5 id=\"supported-channels-to-collect--request-reviews\">Supported channels to collect / request reviews:</h5>\n<ul>\n<li>SMS</li>\n<li>Email</li>\n<li>WhatsApp</li>\n</ul>\n","_postman_id":"693bbaee-f05b-43ee-bfd5-9c2969ad32ee"}],"event":[{"listen":"prerequest","script":{"id":"3e5c9125-f8ce-4784-ad4c-a0de77743801","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"81023fb7-74e9-4f2e-b030-f2565551341e","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"{{apikey}}","value":"{{apikey}}","type":"string"},{"key":"{{baseurl}}","value":"","type":"string"},{"key":"apikey","value":"{{apikey}}"}]}