{"info":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","description":"<html><head></head><body><p>XSELSMS is a platform for sending SMS for professionals, without commitment, fast and simple. Carry out your mobile marketing campaigns by SMS in a few clicks.</p>\n<p>Contact Support:\n Name: Support XSELSMS API\n Email: <a href=\"mailto:support@xselsms.com\">support@xselsms.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8731601","collectionId":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","publishedId":"Uz5CNdue","public":true,"customColor":{"top-bar":"006D99","right-sidebar":"303030","highlight":"93C01F"},"publishDate":"2022-05-30T14:10:58.000Z"},"item":[{"name":"authentication","item":[{"name":"Get an authorization token for a user","id":"73fba78e-9793-40d5-9662-bf0e9e95aa74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>undefined</p>\n","key":"login","value":"john.doe@mail.xyz","type":"text"},{"description":"<p>undefined</p>\n","key":"passwd","value":"john.doe","type":"text"}]},"url":"https://api.xselsms.com/auth","description":"<p>The user must use his credentials to log in through the API</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["auth"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"ad737dd4-4e56-4f65-b35a-53621e39456a","name":"Successfully signed in.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"login","value":"john.doe@mail.xyz","type":"text"},{"description":"undefined","key":"passwd","value":"john.doe","type":"text"}]},"url":"https://api.xselsms.com/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\"\n}"},{"id":"08a8908d-1ab5-4f17-9e0d-cb26de3ea324","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"login","value":"john.doe@mail.xyz","type":"text"},{"description":"undefined","key":"passwd","value":"john.doe","type":"text"}]},"url":"https://api.xselsms.com/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The login field is required.The passwd field is required\"\n}"},{"id":"f4e241d8-0c98-4e1b-ad44-d036b2fd287d","name":"Access Denied","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"login","value":"john.doe@mail.xyz","type":"text"},{"description":"undefined","key":"passwd","value":"john.doe","type":"text"}]},"url":"https://api.xselsms.com/auth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Incorrect login or password provided\"\n}"}],"_postman_id":"73fba78e-9793-40d5-9662-bf0e9e95aa74"},{"name":"Get all the user account informations","id":"40f6fb74-8fb0-4dac-8658-f77b0d1d30e8","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/account","description":"<p>Get details about the user account such as balance, total reloads, total sent messages and more</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["account"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"38fe4d19-0d98-4f71-a3da-bab0c47612cb","name":"Successfully got account informations","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully got account informations\",\n  \"data\": {\n    \"balance\": 1269,\n    \"sentMessages\": {\n      \"total\": 3,\n      \"amount\": 81\n    },\n    \"totalReloads\": {\n      \"pending\": 0,\n      \"done\": 1350\n    },\n    \"totalContacts\": {\n      \"numbers\": 7,\n      \"groups\": 2\n    },\n    \"promo\": {\n      \"amount\": 0,\n      \"expiresOn\": \"\"\n    },\n    \"bonus\": 0\n  }\n}"},{"id":"0ff806a9-f38b-4a38-83a5-eb08993813a0","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid user ID supplied\",\n  \"data\": []\n}"},{"id":"e7ff04ba-3e78-44a5-a32b-531ba0a91789","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/account"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"}],"_postman_id":"40f6fb74-8fb0-4dac-8658-f77b0d1d30e8"}],"id":"4a4f8cf1-76c3-4e4e-a0f3-13cf0dd4a089","_postman_id":"4a4f8cf1-76c3-4e4e-a0f3-13cf0dd4a089","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"senderids","item":[{"name":"{row ID}","item":[{"name":"Get a single Sender ID","id":"370cbb06-3eed-4b08-9947-39e3c88f231f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/senderids/:rowID","description":"<p>Retrieves requested Sender ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["senderids",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"64607611","key":"rowID"}]}},"response":[{"id":"61a3542d-34a1-4246-9bba-f5ce3c24acd8","name":"Successfully obtained sender ID details\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"64607611","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully obtained sender ID details\",\n  \"data\": {\n    \"id\": 2,\n    \"name\": \"John Doe\",\n    \"description\": \"My professional sender ID\",\n    \"valid\": 1,\n    \"valid_since\": \"YYYY/MM/DD HH:MM:SS\",\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": null,\n    \"deleted_at\": null\n  }\n}"},{"id":"0cfc1217-b2b9-4804-a18d-0a402eba1388","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"64607611","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid sender ID ID supplied\",\n  \"data\": []\n}"},{"id":"186090c2-3790-4df9-8242-3957e8d272a6","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"64607611","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"f23076f9-1f9b-4ea2-a4d1-6d01409ce631","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"64607611","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Sender ID not found\",\n  \"data\": []\n}"}],"_postman_id":"370cbb06-3eed-4b08-9947-39e3c88f231f"},{"name":"Update Sender ID","id":"e7386124-dce4-439d-9d25-bbc5285b2c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/senderids/:rowID","description":"<p>Update a specific Sender ID details from database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["senderids",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"87a27e6a-0964-4fc0-b615-19f1586cb19b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"bc78016b-9413-482c-a770-48eec26b0fbc","name":"Sender ID updated","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My Business sender ID","type":"text"}]},"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Sender ID updated\",\n  \"data\": {\n    \"id\": 2,\n    \"name\": \"John Doe\",\n    \"description\": \"My Business sender ID\",\n    \"valid\": 0,\n    \"valid_since\": null,\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"deleted_at\": null\n  }\n}"},{"id":"e684e0b5-f71e-44ca-81cb-abc9e49aac72","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My Business sender ID","type":"text"}]},"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data are not correctly set\",\n  \"data\": []\n}"},{"id":"77c36a5d-516a-4221-876c-f185d68ffe0e","name":"The request requires user authentication\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My Business sender ID","type":"text"}]},"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"37544ddd-b4fd-43ce-8c4e-c174d9978014","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My Business sender ID","type":"text"}]},"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The sender ID you've specified does not exist\",\n  \"data\": []\n}"},{"id":"a23e0435-22d4-4ddd-9194-8efea22480e8","name":"Duplicate Entry\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My Business sender ID","type":"text"}]},"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Duplicate Entry\",\n  \"data\": []\n}"},{"id":"4719539e-b4f3-40ea-8373-81552473b507","name":"Server running bad\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My Business sender ID","type":"text"}]},"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"variable":[{"id":"87a27e6a-0964-4fc0-b615-19f1586cb19b","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"e7386124-dce4-439d-9d25-bbc5285b2c96"},{"name":"Delete Sender ID","id":"2aef7d8d-f565-401e-8bb2-413fe8cf8023","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/senderids/:rowID","description":"<p>Remove a specific Sender ID from database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["senderids",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"e1c1c935-7964-46a9-a495-6eca808ba46f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"95897605-7cd0-4b8c-afc5-4b40b0197ea7","name":"Sender ID deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Sender ID successfully deleted\",\n  \"data\": []\n}"},{"id":"0ced6780-fced-4e20-a219-0870d67a4ab0","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data are not correctly set\",\n  \"data\": []\n}"},{"id":"c23a673a-7a9d-4547-a779-862e28d79638","name":"The request requires user authentication\n","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"b8f0dbf7-f700-49b7-af44-c53334a0a891","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The sender ID you've specified does not exist\",\n  \"data\": []\n}"},{"id":"86cca3cc-1a58-4cdc-97ae-052cbbda97eb","name":"Server running bad\n","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/:rowID","host":["https://api.xselsms.com"],"path":["senderids",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"variable":[{"id":"e1c1c935-7964-46a9-a495-6eca808ba46f","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"2aef7d8d-f565-401e-8bb2-413fe8cf8023"}],"id":"04099f63-bd61-45af-bb71-60fb6efd7c54","_postman_id":"04099f63-bd61-45af-bb71-60fb6efd7c54","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"Get Sender IDs","id":"894d2973-4276-42b7-ba0c-7807fb783ca3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/senderids","description":"<p>Obtain a list of all user-account's Sender IDs</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["senderids"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"e925e399-ae92-4d82-b332-1fe5b3167ee6","name":"Successful pull of senders IDs","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/senderids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successful pull of senders IDs\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"XSELSMS\",\n      \"description\": \"My XSELSMS sender ID\",\n      \"valid\": 1,\n      \"valid_since\": \"YYYY/MM/DD HH:MM:SS\",\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n    },\n    {\n      \"id\": 2,\n      \"name\": \"John Doe\",\n      \"description\": \"My professional sender ID\",\n      \"valid\": 1,\n      \"valid_since\": \"YYYY/MM/DD HH:MM:SS\",\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n    },\n    {\n      \"id\": 3,\n      \"name\": \"World Bank\",\n      \"description\": \"\",\n      \"valid\": 2,\n      \"valid_since\": \"YYYY/MM/DD HH:MM:SS\",\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n    }\n  ]\n}"},{"id":"0958b4dc-873e-4fc3-94fc-91a99869c370","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/senderids"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"d12e0155-c41e-4ea9-94f3-66fc4b2a7d47","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/senderids"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Senders IDs not found\",\n  \"data\": []\n}"}],"_postman_id":"894d2973-4276-42b7-ba0c-7807fb783ca3"},{"name":"Create Sender ID","id":"d7f9ef84-7b07-47c2-98b3-8f490b6e5973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>undefined</p>\n","key":"name","value":"John Doe","type":"text"},{"description":"<p>undefined</p>\n","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids","description":"<p>Add a new Sender ID to the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["senderids"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"9e6ba27b-1e80-4af1-b822-d0b7189a9908","name":"Sender ID created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Sender ID created\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"XSELSMS\",\n    \"description\": \"My XSELSMS sender ID\",\n    \"valid\": 0,\n    \"valid_since\": null,\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n  }\n}"},{"id":"23bd6869-a633-434d-baf5-bc87839ac141","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The name field cannot exceed 11 characters in length.\",\n  \"data\": []\n}"},{"id":"8a870e7f-d9f8-4c81-aea5-cd10deb9e2d0","name":"The request requires user authentication\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"bbcc73a5-e054-4a25-b33a-58820ce1c158","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Max sender IDs limit reached\",\n  \"data\": []\n}"},{"id":"684ced97-d1b4-4c13-b1b0-3444ea1c20b5","name":"Duplicate Entry\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Duplicate Entry\",\n  \"data\": []\n}"},{"id":"2385468e-fff2-44e2-a59a-3cf4c98792ff","name":"Server running bad\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"John Doe","type":"text"},{"description":"undefined","key":"description","value":"My professional sender ID","type":"text"}]},"url":"https://api.xselsms.com/senderids"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"_postman_id":"d7f9ef84-7b07-47c2-98b3-8f490b6e5973"},{"name":"Search Sender ID","id":"29ae1612-edfe-418b-a437-4553af8ab33c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/senderids/search/:label","description":"<p>Retrives any Sender ID that match the label</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["senderids","search",":label"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"elit proident pariatur Ut","key":"label"}]}},"response":[{"id":"24c0f564-44de-438f-8ba8-77f0297bf9b5","name":"Successfully obtained senders IDs that match\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/search/:label","host":["https://api.xselsms.com"],"path":["senderids","search",":label"],"variable":[{"key":"label","value":"elit proident pariatur Ut","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully obtained senders IDs that match\",\n  \"data\": {\n    \"0\": {\n      \"id\": 1,\n      \"name\": \"XSELSMS\",\n      \"description\": \"My XSELSMS sender ID\",\n      \"valid\": 1,\n      \"valid_since\": \"YYYY/MM/DD HH:MM:SS\",\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n    }\n  }\n}"},{"id":"c5a7fef5-678c-4a74-80b5-50c12c010962","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/search/:label","host":["https://api.xselsms.com"],"path":["senderids","search",":label"],"variable":[{"key":"label","value":"elit proident pariatur Ut","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"c43c956e-dd1b-467a-ad34-615d1d6cd44a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/senderids/search/:label","host":["https://api.xselsms.com"],"path":["senderids","search",":label"],"variable":[{"key":"label","value":"elit proident pariatur Ut","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No sender ID match the keyword\",\n  \"data\": []\n}"}],"_postman_id":"29ae1612-edfe-418b-a437-4553af8ab33c"}],"id":"8beffcff-b1af-4897-a6c0-63c33e76df33","_postman_id":"8beffcff-b1af-4897-a6c0-63c33e76df33","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"messages","item":[{"name":"Get History (Retrieves Messages)","id":"c8e4ee1e-bea7-490e-93bc-6e5e13fe0853","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/messages","description":"<p>Obtain a list of all user-account's messages</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["messages"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"bdfafd69-94b0-4105-bbb1-cd10f1bcd605","name":"Successful pull of messages","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successful pull of messages\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"bulk_id\": \"7a0ce5f9-b5bb-11ec-ad3-577529446bf4\",\n      \"text\": \"Hello World\",\n      \"chars\": 11,\n      \"pages\": 1,\n      \"from\": \"John Doe\",\n      \"to\": 1,\n      \"sent\": {\n        \"code\": 1,\n        \"label\": \"sent\"\n      },\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n    }\n  ],\n  \"total\": 1,\n  \"paging\": {\n    \"page\": 1,\n    \"pages\": 1,\n    \"length\": 10,\n    \"total\": 1\n  },\n  \"sorting\": {\n    \"field\": \"id\",\n    \"sort\": \"desc\"\n  }\n}"},{"id":"b3ddd06c-f299-4c52-bf8c-0f95082c8b36","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/messages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"823ed2a3-11a0-4cba-9e58-5ad55e04ad4e","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/messages"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Messages not found\",\n  \"data\": []\n}"}],"_postman_id":"c8e4ee1e-bea7-490e-93bc-6e5e13fe0853"},{"name":"Send a message","id":"fbfad6e5-8cbc-4ea8-a9ac-a7c61cd69dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>undefined</p>\n","key":"message_text","value":"Hello World","type":"text"},{"description":"<p>undefined</p>\n","key":"message_from","value":"John Doe","type":"text"},{"description":"<p>undefined</p>\n","key":"message_to","value":"[\"2250102030405\"]","type":"text"}]},"url":"https://api.xselsms.com/messages","description":"<p>Allows you to send a message to one or more contact</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["messages"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"aeeb38f4-d587-440b-b062-ea6bbbbef891","name":"Message Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"message_text","value":"Hello World","type":"text"},{"description":"undefined","key":"message_from","value":"John Doe","type":"text"},{"description":"undefined","key":"message_to","value":"[\"2250102030405\"]","type":"text"}]},"url":"https://api.xselsms.com/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The message has been sent\",\n  \"data\": {\n    \"id\": 1,\n    \"bulk_id\": \"7a0ce5f9-b5bb-11ec-ad3-577529446bf4\",\n    \"text\": \"Hello World\",\n    \"chars\": 11,\n    \"pages\": 1,\n    \"from\": \"John Doe\",\n    \"to\": 1,\n    \"sent\": {\n      \"code\": 1,\n      \"label\": \"sent\"\n    },\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n  }\n}"},{"id":"80bb4297-f060-43dc-b05e-8d97d074bfd2","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"message_text","value":"Hello World","type":"text"},{"description":"undefined","key":"message_from","value":"John Doe","type":"text"},{"description":"undefined","key":"message_to","value":"[\"2250102030405\"]","type":"text"}]},"url":"https://api.xselsms.com/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Please select one or more receivers\",\n  \"data\": []\n}"},{"id":"1c4cacc6-0a9b-4958-95be-19ab010f0f83","name":"Invalid Sender ID","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"message_text","value":"Hello World","type":"text"},{"description":"undefined","key":"message_from","value":"John Doe","type":"text"},{"description":"undefined","key":"message_to","value":"[\"2250102030405\"]","type":"text"}]},"url":"https://api.xselsms.com/messages"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Sender ID is not valid\",\n  \"data\": []\n}"},{"id":"4ad08ee4-2647-4348-860a-768778f4f2a8","name":"Server running bad\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"message_text","value":"Hello World","type":"text"},{"description":"undefined","key":"message_from","value":"John Doe","type":"text"},{"description":"undefined","key":"message_to","value":"[\"2250102030405\"]","type":"text"}]},"url":"https://api.xselsms.com/messages"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"_postman_id":"fbfad6e5-8cbc-4ea8-a9ac-a7c61cd69dc0"}],"id":"5d988550-c063-4074-b14c-116a9eb403e1","_postman_id":"5d988550-c063-4074-b14c-116a9eb403e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"contacts","item":[{"name":"{row ID}","item":[{"name":"Get a single contact","id":"3af0ad7b-c159-42fa-83be-6b102c173ea3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/contacts/:rowID","description":"<p>Retrieves the requested contact</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["contacts",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"7cbce580-f387-4394-9ca3-c33dc2c9eca0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"ae5222db-9cd7-4279-b23e-4c5bf8e85039","name":"Successfully obtained contact details\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully obtained contact details\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"Customer X\",\n    \"number\": \"2250102030405\",\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": null,\n    \"deleted_at\": null\n  }\n}"},{"id":"8b669fb1-929b-475b-8232-8cf7a7fac453","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid contact ID supplied\",\n  \"data\": {}\n}"},{"id":"3c809381-ad29-472a-bd9d-4f945cbdee4f","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"ba80a6de-4165-4ae6-94f8-6aeb101b1888","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contact not found\",\n  \"data\": {}\n}"}],"variable":[{"id":"7cbce580-f387-4394-9ca3-c33dc2c9eca0","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"3af0ad7b-c159-42fa-83be-6b102c173ea3"},{"name":"Update contact","id":"ea7da45f-23a1-4b5c-b784-e9de4ea6aa05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/contacts/:rowID","description":"<p>Update a specific contact details from the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["contacts",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"6ae4a55b-0228-42b6-8377-7c0fe1466c0f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"c5ec5958-a72b-461d-a5eb-62844a348d0c","name":"Contact updated","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer Z","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contact details updated\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"Customer Z\",\n    \"number\": \"2250102030405\",\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"deleted_at\": null\n  }\n}"},{"id":"daa0509e-6f9d-4362-982b-68d13e2dd4ea","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer Z","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data are not correctly set\",\n  \"data\": []\n}"},{"id":"cb8821eb-bef9-44a6-8378-58fd44fdd52b","name":"The request requires user authentication\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer Z","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"f167db3f-3a25-4959-b9cb-c8b206cd4ab9","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer Z","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The contact you\\\\'ve specified does not exist\",\n  \"data\": []\n}"},{"id":"be4446e6-92d2-4419-9132-ba9156c95213","name":"Server running bad\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer Z","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"variable":[{"id":"6ae4a55b-0228-42b6-8377-7c0fe1466c0f","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"ea7da45f-23a1-4b5c-b784-e9de4ea6aa05"},{"name":"Delete Contact","id":"af5a23e2-7b6f-4a75-b014-7e0dc99732f5","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/contacts/:rowID","description":"<p>Remove a specific Contact from database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["contacts",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"58dfbd64-66a5-44df-832d-7ca4ead59d85","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"02d11ecf-9dc4-4df0-9d4e-e0285ea2c9c9","name":"Contact deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contact successfully deleted\",\n  \"data\": []\n}"},{"id":"57682fb8-7db7-4044-a486-1aadcb487a82","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data are not correctly set\",\n  \"data\": []\n}"},{"id":"61a3cde3-3eb9-4c8d-9bb0-2e99d9f25c1d","name":"The request requires user authentication\n","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"75bc6c8e-b33c-472b-b8fb-2e632d0443a6","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The contact you've specified does not exist\",\n  \"data\": []\n}"},{"id":"bee2d52a-cf8f-4ad1-9b6f-69960374a55a","name":"Server running bad\n","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/:rowID","host":["https://api.xselsms.com"],"path":["contacts",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"variable":[{"id":"58dfbd64-66a5-44df-832d-7ca4ead59d85","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"af5a23e2-7b6f-4a75-b014-7e0dc99732f5"}],"id":"4f124fa6-102b-4fd3-85ac-281b00f9ddcd","_postman_id":"4f124fa6-102b-4fd3-85ac-281b00f9ddcd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"Get Contacts","id":"2d32711c-4208-4c74-9866-70e525984eef","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/contacts","description":"<p>Obtain a list of all the user-account's contacts</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"8445c5cc-e533-4f7e-b28c-67443b8b9723","name":"Successful pull of contacts","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successful pull of contacts\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"Customer X\",\n      \"number\": \"2250102030405\",\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"deleted_by\": null,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n      \"updated_at\": null,\n      \"deleted_at\": null\n    }\n  ]\n}"},{"id":"965dbb41-b9cb-418c-956f-b143244a5eca","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"82811be0-98cb-4c8f-b189-485bd0ff9c6a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/contacts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contacts not found\",\n  \"data\": []\n}"}],"_postman_id":"2d32711c-4208-4c74-9866-70e525984eef"},{"name":"Create Contact","id":"63bff265-ccce-4334-84f0-80cbc2115258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/contacts","description":"<p>Add a new contact to the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"6d69e24e-63b7-4869-b713-3346c499d8b8","name":"Contact created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer X","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contact created\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"Customer X\",\n    \"number\": \"2250102030405\",\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": null,\n    \"deleted_at\": null\n  }\n}"},{"id":"cf58b437-9c7b-4fb7-a6e2-45b39c40ebbc","name":"Bad request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer X","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/contacts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The number field is required\",\n  \"data\": []\n}"},{"id":"cd63ffe1-33c5-44b2-adf8-382ac7e29350","name":"The request requires user authentication\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer X","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"4f34b5f4-e5eb-4eeb-8484-ea885d49c031","name":"Server running bad\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Customer X","type":"text"},{"description":"undefined","key":"number","value":"2250102030405","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/contacts"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"_postman_id":"63bff265-ccce-4334-84f0-80cbc2115258"},{"name":"Search Contact","id":"1b0c6599-b7e5-447e-b0b2-49389b1fcf67","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/contacts/search/:label","description":"<p>Retrives any Contact that match the label</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["contacts","search",":label"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"431f0611-bcf3-4a71-ad03-d9fc88e65f33","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"label"}]}},"response":[{"id":"234720a5-4be3-4f93-9420-ed1aa173d082","name":"Successfully obtained Contacts that match\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/search/:label","host":["https://api.xselsms.com"],"path":["contacts","search",":label"],"variable":[{"key":"label","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully obtained contacts that match\",\n  \"data\": {\n    \"0\": {\n      \"id\": 1,\n      \"name\": \"Customer X\",\n      \"number\": \"2250102030405\",\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"deleted_by\": null,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n      \"updated_at\": null,\n      \"deleted_at\": null\n    }\n  },\n  \"total\": 1,\n  \"paging\": {\n    \"page\": 1,\n    \"pages\": 1,\n    \"length\": 10,\n    \"total\": 1\n  },\n  \"sorting\": {\n    \"field\": \"id\",\n    \"sort\": \"desc\"\n  }\n}"},{"id":"d5591ffc-9def-4932-aca1-2bbcc6ed2e1d","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/search/:label","host":["https://api.xselsms.com"],"path":["contacts","search",":label"],"variable":[{"key":"label","value":"<string>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"e5ae22fa-c092-4344-9a8e-770adb7ffa22","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/contacts/search/:label","host":["https://api.xselsms.com"],"path":["contacts","search",":label"],"variable":[{"key":"label","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No contact match the keyword\",\n  \"data\": []\n}"}],"variable":[{"id":"431f0611-bcf3-4a71-ad03-d9fc88e65f33","key":"label","value":"<string>","type":"any","description":"(Required) "}],"_postman_id":"1b0c6599-b7e5-447e-b0b2-49389b1fcf67"}],"id":"51992d7d-1c3e-474a-ba87-f33886805305","_postman_id":"51992d7d-1c3e-474a-ba87-f33886805305","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"groups","item":[{"name":"{row ID}","item":[{"name":"Get a single group","id":"8c547b20-078f-44a9-969e-1de5dafe6ffb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/groups/:rowID","description":"<p>Retrieves the requested group</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["groups",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"136325ea-dbe9-4ff7-a095-79b5f7c0e2c5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"0d797a27-ed2a-4cbe-bc4f-d9c8610d2532","name":"Successfully obtained contacts group details\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully obtained contacts group details\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"Premium Customers\",\n    \"description\": \"My premium customers\",\n    \"contacts\": 1,\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": null,\n    \"deleted_at\": null\n  },\n  \"total\": 1,\n  \"paging\": {\n    \"page\": 1,\n    \"pages\": 1,\n    \"length\": 10,\n    \"total\": 1\n  },\n  \"sorting\": {\n    \"field\": \"id\",\n    \"sort\": \"desc\"\n  }\n}"},{"id":"31d5cdd8-db84-4e59-8029-2d017519bdf2","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid group ID supplied\",\n  \"data\": {}\n}"},{"id":"4ab5a798-3625-49eb-a949-0fa11e1f3f9a","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"b1351d24-e33b-4d83-9b14-2b3dd2f55d81","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Group not found\",\n  \"data\": {}\n}"}],"variable":[{"id":"136325ea-dbe9-4ff7-a095-79b5f7c0e2c5","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"8c547b20-078f-44a9-969e-1de5dafe6ffb"},{"name":"Update group","id":"48104501-0fb8-43b4-bc37-6b90afbc74da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/groups/:rowID","description":"<p>Update a specific group details from the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["groups",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"f5ff349d-e5e4-4746-9117-bfe4cafe4713","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"9e1cf5da-ebd0-4f67-87b2-2ab2f60280e0","name":"Group updated","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers Group","type":"text"},{"description":"undefined","key":"description","value":"My premium customers Group","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Group details updated\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"Premium Customers Group\",\n    \"description\": \"My premium customers Group\",\n    \"contacts\": 1,\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": null,\n    \"deleted_at\": null\n  }\n}"},{"id":"d89ef1f7-7f3f-4f76-abbe-c2b323e30f46","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers Group","type":"text"},{"description":"undefined","key":"description","value":"My premium customers Group","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data are not correctly set\",\n  \"data\": []\n}"},{"id":"591ff652-1e0a-469e-bd5f-e3a35651c079","name":"The request requires user authentication\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers Group","type":"text"},{"description":"undefined","key":"description","value":"My premium customers Group","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"076775e5-835f-4c15-87d9-988dd022b95d","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers Group","type":"text"},{"description":"undefined","key":"description","value":"My premium customers Group","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The group you\\\\'ve specified does not exist\",\n  \"data\": []\n}"},{"id":"4bc3e461-e8ac-4d95-aab8-db6a4c6867c3","name":"Server running bad\n","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers Group","type":"text"},{"description":"undefined","key":"description","value":"My premium customers Group","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"variable":[{"id":"f5ff349d-e5e4-4746-9117-bfe4cafe4713","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"48104501-0fb8-43b4-bc37-6b90afbc74da"},{"name":"Delete Group","id":"b40eb562-4f49-4c2e-93ec-47ea95b1bba7","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/groups/:rowID","description":"<p>Remove a specific Group from database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["groups",":rowID"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"4aab0aed-872a-4985-a0b3-53191c18fdf8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"15820338","key":"rowID"}]}},"response":[{"id":"8f7ccc99-7978-461e-9bf1-12a5898e39d8","name":"Group deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contacts Group successfully deleted\",\n  \"data\": []\n}"},{"id":"daf86e53-a2b2-44dd-b5f8-988913febbc4","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data are not correctly set\",\n  \"data\": []\n}"},{"id":"75082655-6828-4ea1-b28b-dec2c04450b5","name":"The request requires user authentication\n","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"b80bc9c8-be49-4934-b38c-084dc9b5be22","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The group you've specified does not exist\",\n  \"data\": []\n}"},{"id":"b0506a51-6b96-49b0-adae-64a6f15fed85","name":"Server running bad\n","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/:rowID","host":["https://api.xselsms.com"],"path":["groups",":rowID"],"variable":[{"key":"rowID","value":"<integer>","description":"(Required) "}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"variable":[{"id":"4aab0aed-872a-4985-a0b3-53191c18fdf8","key":"rowID","value":"15820338","type":"string","description":"(Required) "}],"_postman_id":"b40eb562-4f49-4c2e-93ec-47ea95b1bba7"}],"id":"99a1884c-3a9a-4b55-86e0-4402fa1e1819","_postman_id":"99a1884c-3a9a-4b55-86e0-4402fa1e1819","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}},{"name":"Get Groups","id":"adee0e9b-b969-49f2-9f7a-5530b228c98c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/groups","description":"<p>Obtain a list of all the user-account's groups</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["groups"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"3f21f05d-f526-48a8-bad0-888bea313bfa","name":"Successful pull of contacts groups","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successful pull of contacts groups\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"Premium Customers\",\n      \"description\": \"My premium customers\",\n      \"contacts\": 1,\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\"\n    }\n  ]\n}"},{"id":"be30ba45-df43-46c4-b249-1f0a61518a8d","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"36bdeb6c-bf9c-4231-93ab-bc8a100340c2","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.xselsms.com/groups"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contacts groups not found\",\n  \"data\": []\n}"}],"_postman_id":"adee0e9b-b969-49f2-9f7a-5530b228c98c"},{"name":"Create Group","id":"1dcfe78a-d95b-4274-b38f-3c73ec3e3a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/groups","description":"<p>Add a new group to the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["groups"],"host":["https://api.xselsms.com"],"query":[],"variable":[]}},"response":[{"id":"baa132b7-c626-4a83-90c4-ffc301aaa88d","name":"Group created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers","type":"text"},{"description":"undefined","key":"description","value":"My premium customers","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Contacts Group created\",\n  \"data\": {\n    \"id\": 1,\n    \"name\": \"Premium Customers\",\n    \"description\": \"My premium customers\",\n    \"contacts\": 1,\n    \"active\": 1,\n    \"deleted\": 0,\n    \"created_by\": 1234567890,\n    \"deleted_by\": null,\n    \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n    \"updated_at\": null,\n    \"deleted_at\": null\n  }\n}"},{"id":"304503ef-dd7b-49bd-8dd4-51d443592aef","name":"Bad request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers","type":"text"},{"description":"undefined","key":"description","value":"My premium customers","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The name field is required\",\n  \"data\": []\n}"},{"id":"08a593e7-e63a-4b2f-a2ca-4dd6c91d6b79","name":"The request requires user authentication\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers","type":"text"},{"description":"undefined","key":"description","value":"My premium customers","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"c7fb690e-22c0-4134-97c7-7375de98b91b","name":"Server running bad\n","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"name","value":"Premium Customers","type":"text"},{"description":"undefined","key":"description","value":"My premium customers","type":"text"},{"description":"undefined","key":"active","value":"1","type":"text"}]},"url":"https://api.xselsms.com/groups"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Server running bad\",\n  \"data\": []\n}"}],"_postman_id":"1dcfe78a-d95b-4274-b38f-3c73ec3e3a1d"},{"name":"Search Group","id":"1fcef1b1-9a94-450c-9a8a-b39a48272d53","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.xselsms.com/groups/search/:label","description":"<p>Retrives any Group that match the label</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}},"urlObject":{"path":["groups","search",":label"],"host":["https://api.xselsms.com"],"query":[],"variable":[{"id":"d18e496b-f80c-45f8-af8f-6c79ab1a18d5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"label"}]}},"response":[{"id":"b3d8ed41-3c52-4642-8343-80318ecdeb0b","name":"Successfully obtained Contacts that match\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/search/:label","host":["https://api.xselsms.com"],"path":["groups","search",":label"],"variable":[{"key":"label","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully obtained contacts groups that match\",\n  \"data\": {\n    \"0\": {\n      \"id\": 1,\n      \"name\": \"Premium Customers\",\n      \"description\": \"My premium customers\",\n      \"contacts\": 1,\n      \"active\": 1,\n      \"deleted\": 0,\n      \"created_by\": 1234567890,\n      \"deleted_by\": null,\n      \"created_at\": \"YYYY/MM/DD HH:MM:SS\",\n      \"updated_at\": null,\n      \"deleted_at\": null\n    }\n  },\n  \"total\": 1\n}"},{"id":"72166a3b-4d7f-4269-a86d-8e48bac5e8e1","name":"The request requires user authentication\n","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/search/:label","host":["https://api.xselsms.com"],"path":["groups","search",":label"],"variable":[{"key":"label","value":"<string>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The request requires user authentication\",\n  \"data\": []\n}"},{"id":"387aeb7d-f0ca-4920-b86c-0ecea9dd210a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.xselsms.com/groups/search/:label","host":["https://api.xselsms.com"],"path":["groups","search",":label"],"variable":[{"key":"label","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No group match the keyword\",\n  \"data\": []\n}"}],"variable":[{"id":"d18e496b-f80c-45f8-af8f-6c79ab1a18d5","key":"label","value":"<string>","type":"any","description":"(Required) "}],"_postman_id":"1fcef1b1-9a94-450c-9a8a-b39a48272d53"}],"id":"7ab96922-64bc-41de-9dbe-326b6eabe951","_postman_id":"7ab96922-64bc-41de-9dbe-326b6eabe951","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","id":"ff140e4d-0ec4-4b87-8328-fcb760c3e80f","name":"XSELSMS API v2.0.1 Documentation","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"variable":[{"id":"5ce5dd71-3e6c-449b-8452-90bd29f17471","key":"baseUrl","value":"https://api.xselsms.com","type":"string"}]}