{"info":{"name":"IntelliPortal Partner API","description":"Connect WhatsApp and Instagram clients, send messages, inspect clients, and read usage. Start with an ik_test_ key for non-delivering validation.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{INTELLI_API_KEY}}","type":"string"}]},"variable":[{"key":"baseUrl","value":"https://api.intelliconcierge.dev/v1"},{"key":"INTELLI_API_KEY","value":"ik_test_your_key_here"},{"key":"clientRef","value":"customer_42"},{"key":"recipient","value":"+254700000000"}],"item":[{"name":"Messages","item":[{"name":"Send text message","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_ref\": \"{{clientRef}}\",\n  \"to\": \"{{recipient}}\",\n  \"type\": \"text\",\n  \"text\": {\n    \"body\": \"Hello from IntelliPortal!\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/messages/send","host":["{{baseUrl}}"],"path":["messages","send"]},"description":"With an ik_test_ key this validates without delivery and returns dry_run: true."}},{"name":"Send image message","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_ref\": \"{{clientRef}}\",\n  \"to\": \"{{recipient}}\",\n  \"type\": \"image\",\n  \"image\": {\n    \"link\": \"https://example.com/order.jpg\",\n    \"caption\": \"Order #1842\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/messages/send","host":["{{baseUrl}}"],"path":["messages","send"]}}},{"name":"Send WhatsApp template","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_ref\": \"{{clientRef}}\",\n  \"to\": \"{{recipient}}\",\n  \"template\": {\n    \"name\": \"order_ready\",\n    \"language\": {\n      \"code\": \"en_US\"\n    },\n    \"components\": [\n      {\n        \"type\": \"body\",\n        \"parameters\": [\n          {\n            \"type\": \"text\",\n            \"text\": \"1842\"\n          }\n        ]\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/messages/send-template","host":["{{baseUrl}}"],"path":["messages","send-template"]}}}]},{"name":"Clients","item":[{"name":"Create WhatsApp hosted session","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_ref\": \"{{clientRef}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/embedded-signup/sessions","host":["{{baseUrl}}"],"path":["embedded-signup","sessions"]}}},{"name":"Create Instagram hosted session","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_ref\": \"{{clientRef}}_instagram\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/instagram-connect/sessions","host":["{{baseUrl}}"],"path":["instagram-connect","sessions"]}}},{"name":"List clients","request":{"method":"GET","url":{"raw":"{{baseUrl}}/clients?limit=20&offset=0","host":["{{baseUrl}}"],"path":["clients"],"query":[{"key":"limit","value":"20"},{"key":"offset","value":"0"}]}}},{"name":"Get client","request":{"method":"GET","url":{"raw":"{{baseUrl}}/clients/{{clientRef}}","host":["{{baseUrl}}"],"path":["clients","{{clientRef}}"]}}}]},{"name":"Usage","item":[{"name":"Get monthly usage","request":{"method":"GET","url":{"raw":"{{baseUrl}}/usage","host":["{{baseUrl}}"],"path":["usage"]}}}]},{"name":"Platform","item":[{"name":"Get edge status","request":{"auth":{"type":"noauth"},"method":"GET","url":{"raw":"{{baseUrl}}/status","host":["{{baseUrl}}"],"path":["status"]},"description":"Unauthenticated probe for public edge reachability and API version."}}]}]}