{"info":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","description":"<html><head></head><body><p>Complete API collection for WapiWay WhatsApp Business automation platform. Send messages, manage contacts, handle webhooks, and automate your WhatsApp communications.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<ol>\n<li><p>Get your API key from <a href=\"https://www.wapiway.tech/dev-console\">https://www.wapiway.tech/dev-console</a></p>\n</li>\n<li><p>Set the <code>api_key</code> variable in this collection</p>\n</li>\n<li><p>Start making requests!</p>\n</li>\n</ol>\n<h2 id=\"documentation\">Documentation</h2>\n<p>Full documentation: <a href=\"https://www.wapiway.tech/docs\">https://www.wapiway.tech/docs</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40083121","collectionId":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","publishedId":"2sBXionAXT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-03T13:55:28.000Z"},"item":[{"name":"Sessions","item":[{"name":"List All Sessions","id":"b414ae27-464b-4ec0-a426-811fef9a5032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/sessions?page=1&limit=20","description":"<p>Retrieve a paginated list of all WhatsApp sessions in your workspace.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","sessions"],"host":["https://api.wapiway.tech/api"],"query":[{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (max 100)</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"b414ae27-464b-4ec0-a426-811fef9a5032"},{"name":"Get Session Details","id":"6a4c8f5d-126d-40d4-b18b-0468f2c155fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/sessions/:id","description":"<p>Get detailed information about a specific session.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","sessions",":id"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"493c3487-2a88-448a-a986-46b24fd06635","description":{"content":"<p>Session ID</p>\n","type":"text/plain"},"type":"any","value":"9ada691c-xxxx-xxxx-xxxx-xxxxxxxxxxxx","key":"id"}]}},"response":[],"_postman_id":"6a4c8f5d-126d-40d4-b18b-0468f2c155fb"}],"id":"10faf4dc-85d2-437c-89d4-6180b1b083ec","description":"<p>Manage WhatsApp sessions</p>\n","_postman_id":"10faf4dc-85d2-437c-89d4-6180b1b083ec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}},{"name":"Messages","item":[{"name":"Send Text Message","id":"f00937b4-5464-4d2d-95bd-64711c722ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phone_number\": \"33612345678\",\n  \"content\": \"Bonjour ! Ceci est un message de test depuis l'API WapiWay.\"\n}"},"url":"https://api.wapiway.tech/api/public/messages/send-text","description":"<p>Send a text message to a WhatsApp number. The phone number must be in international format without the + sign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","messages","send-text"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f00937b4-5464-4d2d-95bd-64711c722ded"},{"name":"Send Media Message","id":"94df134b-0956-4576-9146-de63216dd3af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phone_number\": \"33612345678\",\n  \"type\": \"image\",\n  \"media_url\": \"https://example.com/image.jpg\",\n  \"caption\": \"Voici une image\"\n}"},"url":"https://api.wapiway.tech/api/public/messages/send-media","description":"<p>Send a media message (image, video, document, or audio) with an optional caption.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","messages","send-media"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"94df134b-0956-4576-9146-de63216dd3af"},{"name":"Get Message Status","id":"dc4a820b-1a22-49f1-81d3-36147e0eb101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/messages/:id","description":"<p>Retrieve the status and details of a sent message.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","messages",":id"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"dc7f25c6-87d2-4420-a241-52d9c3928aba","description":{"content":"<p>Message ID</p>\n","type":"text/plain"},"type":"any","value":"65a81c36-xxxx-xxxx-xxxx-xxxxxxxxxxxx","key":"id"}]}},"response":[],"_postman_id":"dc4a820b-1a22-49f1-81d3-36147e0eb101"},{"name":"Get Message Events","id":"a7fb73a0-23a1-48a5-bff1-67dd9ae16003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/messages/:id/events","description":"<p>Get the complete event history of a message (queued → sent → delivered → read).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","messages",":id","events"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"5d4e70ed-6db0-4b49-b84d-edfff3f67195","type":"any","value":"65a81c36-xxxx-xxxx-xxxx-xxxxxxxxxxxx","key":"id"}]}},"response":[],"_postman_id":"a7fb73a0-23a1-48a5-bff1-67dd9ae16003"},{"name":"Retry Failed Message","id":"63d83314-8ec8-433c-8c78-633d0b55c4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.wapiway.tech/api/public/messages/:id/retry","description":"<p>Retry sending a failed message.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","messages",":id","retry"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"63922662-c38c-4c8f-af42-7880516f9aa9","type":"any","value":"65a81c36-xxxx-xxxx-xxxx-xxxxxxxxxxxx","key":"id"}]}},"response":[],"_postman_id":"63d83314-8ec8-433c-8c78-633d0b55c4b5"}],"id":"438fe33d-c8a4-47aa-8571-38f6c0370150","description":"<p>Send and manage WhatsApp messages</p>\n","_postman_id":"438fe33d-c8a4-47aa-8571-38f6c0370150","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}},{"name":"Contacts","item":[{"name":"List All Contacts","id":"b94ed8cc-f84f-4eec-889a-d62525c62e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/contacts?page=1&limit=20&search=","description":"<p>Get a paginated list of all contacts with optional search.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","contacts"],"host":["https://api.wapiway.tech/api"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"description":{"content":"<p>Search by name or phone number</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"b94ed8cc-f84f-4eec-889a-d62525c62e34"},{"name":"Get Contact Details","id":"4370480d-87d1-4893-9c7f-2b37a5783fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/contacts/:id","description":"<p>Get detailed information about a specific contact.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","contacts",":id"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"02a9beac-0326-4e74-a14c-a541ebb564f7","type":"any","value":"contact-xxxx","key":"id"}]}},"response":[],"_postman_id":"4370480d-87d1-4893-9c7f-2b37a5783fc6"}],"id":"e841abe0-6309-471b-81ff-4d6b97855276","description":"<p>Manage your contacts</p>\n","_postman_id":"e841abe0-6309-471b-81ff-4d6b97855276","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}},{"name":"Conversations","item":[{"name":"List All Conversations","id":"21cd5fad-28d1-4c10-b95c-096e5ea95d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/conversations?page=1&limit=20&status=active","description":"<p>Get all conversations with optional status filter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","conversations"],"host":["https://api.wapiway.tech/api"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"description":{"content":"<p>Filter by status: active or archived</p>\n","type":"text/plain"},"key":"status","value":"active"}],"variable":[]}},"response":[],"_postman_id":"21cd5fad-28d1-4c10-b95c-096e5ea95d76"},{"name":"Get Conversation Details","id":"52f6a47b-e7c9-4e4c-8ad4-c81ee61e00e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/conversations/:id","description":"<p>Get details of a specific conversation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","conversations",":id"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"493d5806-db02-4b6e-a242-eabdb8202d3f","type":"any","value":"conv-xxxx","key":"id"}]}},"response":[],"_postman_id":"52f6a47b-e7c9-4e4c-8ad4-c81ee61e00e6"},{"name":"Get Conversation Messages","id":"127e1e05-3b1a-4447-b5bc-bd853e45c88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/conversations/:id/messages?page=1&limit=50","description":"<p>Get all messages in a conversation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","conversations",":id","messages"],"host":["https://api.wapiway.tech/api"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}],"variable":[{"id":"a201fc17-9445-410d-9ce5-a603c734af33","type":"any","value":"conv-xxxx","key":"id"}]}},"response":[],"_postman_id":"127e1e05-3b1a-4447-b5bc-bd853e45c88b"}],"id":"ccf4b776-6192-42c8-986c-9306cc33566c","description":"<p>Manage conversations</p>\n","_postman_id":"ccf4b776-6192-42c8-986c-9306cc33566c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}},{"name":"Groups","item":[{"name":"List WhatsApp Groups","id":"5584e112-390b-4b4f-9184-75d6de1b82e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/sessions/:id/groups","description":"<p>List all WhatsApp groups the session is part of.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["sessions",":id","groups"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"d4734f9a-dcd5-46da-9216-b9bbb06a85af","type":"any","value":"9ada691c-xxxx","key":"id"}]}},"response":[],"_postman_id":"5584e112-390b-4b4f-9184-75d6de1b82e3"},{"name":"Import Group Members","id":"d72c5a78-c844-496c-8ef2-91f65ce59918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.wapiway.tech/api/sessions/:id/groups/:groupJid/import","description":"<p>Import all members from a WhatsApp group into a contact list.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["sessions",":id","groups",":groupJid","import"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"f883645f-d6eb-442c-acd2-01100b697a01","type":"any","value":"9ada691c-xxxx","key":"id"},{"id":"d6eff6d6-8b34-461d-9df2-a47bf06647e6","type":"any","value":"120363xxx@g.us","key":"groupJid"}]}},"response":[],"_postman_id":"d72c5a78-c844-496c-8ef2-91f65ce59918"}],"id":"6a650864-2c33-4646-856d-bc2ffe1a28f4","description":"<p>Manage WhatsApp groups</p>\n","_postman_id":"6a650864-2c33-4646-856d-bc2ffe1a28f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}},{"name":"Business Profile","item":[{"name":"Get Business Profile","id":"e90f8e10-3f03-42d1-9d3d-09f77669815e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/sessions/:id/profile","description":"<p>Get the WhatsApp Business profile of a session.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["sessions",":id","profile"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"39501af2-c0e8-44a6-9e6b-eb22e5da8f7b","type":"any","value":"9ada691c-xxxx","key":"id"}]}},"response":[],"_postman_id":"e90f8e10-3f03-42d1-9d3d-09f77669815e"},{"name":"Update Business Profile","id":"36e62096-5c07-4c89-b9e2-a79fa02231eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"Mon Business\",\n  \"status\": \"Votre partenaire de confiance\",\n  \"profilePictureUrl\": \"https://example.com/logo.jpg\"\n}"},"url":"https://api.wapiway.tech/api/sessions/:id/profile","description":"<p>Update the WhatsApp Business profile (name, bio, profile picture).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["sessions",":id","profile"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[{"id":"77a21c59-e43f-46e4-998f-9322da660bbb","type":"any","value":"9ada691c-xxxx","key":"id"}]}},"response":[],"_postman_id":"36e62096-5c07-4c89-b9e2-a79fa02231eb"}],"id":"480cf371-2db3-4249-bdb7-bbcd99aa1d28","description":"<p>Manage WhatsApp Business profile</p>\n","_postman_id":"480cf371-2db3-4249-bdb7-bbcd99aa1d28","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}},{"name":"Developer","item":[{"name":"API Info","id":"78580c9e-cf53-44e1-8fde-4a7be7f0e77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/developer/info","description":"<p>Get general API information (version, endpoints, authentication).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","developer","info"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"78580c9e-cf53-44e1-8fde-4a7be7f0e77e"},{"name":"Available Scopes","id":"05d1881c-9e74-4444-a98b-0f31d813f775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/developer/scopes","description":"<p>List all available API scopes/permissions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","developer","scopes"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"05d1881c-9e74-4444-a98b-0f31d813f775"},{"name":"API Limits","id":"d5298d8a-3478-4fcb-afba-3dcbd3705b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wapiway.tech/api/public/developer/limits","description":"<p>Get API rate limits and constraints by plan.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}},"urlObject":{"path":["public","developer","limits"],"host":["https://api.wapiway.tech/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5298d8a-3478-4fcb-afba-3dcbd3705b44"}],"id":"f9c3e841-b13d-48e3-a2dd-db0069290e8e","description":"<p>Developer information and utilities</p>\n","_postman_id":"f9c3e841-b13d-48e3-a2dd-db0069290e8e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]},"isInherited":true,"source":{"_postman_id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","id":"c39e0d4e-8cf7-40f9-8d4a-3274177ef831","name":"WapiWay API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_xxxxxxxxxxxx"}]}},"variable":[{"key":"base_url","value":"https://api.wapiway.tech/api"},{"key":"api_key","value":"sk_live_xxxxxxxxxxxx"}]}