{"info":{"_postman_id":"b0d4f853-9e01-47ee-b0c1-4f53b4c6e1a0","name":"Mersal Api","description":"<html><head></head><body><h1 id=\"mersal-api-documentation\">Mersal API Documentation</h1>\n<p>Welcome to the Mersal API documentation! This comprehensive guide is designed to assist developers in integrating Mersal's services seamlessly into their applications. Whether you're building a website, mobile app, or any other software solution, this documentation will provide you with the necessary information to leverage Mersal's powerful capabilities.</p>\n<h2 id=\"introduction\">Introduction</h2>\n<p>Mersal is committed to providing developers with robust APIs to enhance their applications with a range of functionalities By integrating Mersal APIs, developers can streamline their workflows, improve user experiences, and unlock new opportunities for growth.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>To begin integrating Mersal APIs into your application, we recommend starting with the following resources:</p>\n<ul>\n<li><strong>API Reference</strong>: Explore our comprehensive API reference to understand the endpoints, parameters, and response formats available.</li>\n<li><strong>Authentication</strong>: Learn about the authentication methods required to access Mersal APIs securely.</li>\n<li><strong>Code Samples</strong>: Access code samples in various programming languages to jumpstart your integration process.</li>\n<li><strong>Tutorials</strong>: Follow step-by-step tutorials to implement common use cases and scenarios using Mersal APIs.</li>\n</ul>\n<h2 id=\"need-help\">Need Help?</h2>\n<p>If you have any questions, encounter issues, or require assistance during the integration process, don't hesitate to reach out to us. We're here to help! Simply send us an email at <a href=\"https://null\">help@mersal.store</a>, and our dedicated support team will promptly assist you.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Mersal API Documentation","slug":"mersal-api-documentation"}],"owner":"30052130","collectionId":"b0d4f853-9e01-47ee-b0c1-4f53b4c6e1a0","publishedId":"2sB3HqHdhM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-15T15:44:14.000Z"},"item":[{"name":"sendMessage","id":"dce34523-bd47-4dbc-8a52-6d368c65c18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"to\":\"+9665000\",\n    \"body\":\"يا هلا ويا مرحبا\"\n}","options":{"raw":{"language":"json"}}},"url":"https://mersal.store/api/sendMessage","urlObject":{"protocol":"https","path":["api","sendMessage"],"host":["mersal","store"],"query":[],"variable":[]}},"response":[],"_postman_id":"dce34523-bd47-4dbc-8a52-6d368c65c18a"},{"name":"sendDocument","id":"58ab3cb3-1174-44cf-bcc8-ab8567787265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token here}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mimetype\":\"application/pdf\",\n    \"filename\":\"file.pdf\",\n    \"data\":\"data:application/pdf;base64,................\"\n}","options":{"raw":{"language":"json"}}},"url":"https://mersal.store/api/sendDocument","urlObject":{"protocol":"https","path":["api","sendDocument"],"host":["mersal","store"],"query":[],"variable":[]}},"response":[],"_postman_id":"58ab3cb3-1174-44cf-bcc8-ab8567787265"}]}