{"info":{"name":"Geskap WhatsApp API","description":"Send WhatsApp templates, manage templates, and buy credits. Set the collection variable `api_key` to your sk_live_ key.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{api_key}}","type":"string"}]},"variable":[{"key":"base_url","value":"https://wa-api.geskap.com"},{"key":"api_key","value":"sk_live_REPLACE_WITH_YOUR_KEY"}],"item":[{"name":"Ping","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/ping","host":["{{base_url}}"],"path":["v1","ping"]},"description":"Verify your API key."}},{"name":"Balance","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/balance","host":["{{base_url}}"],"path":["v1","balance"]},"description":""}},{"name":"Pricing","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/pricing","host":["{{base_url}}"],"path":["v1","pricing"]},"description":""}},{"name":"Templates","item":[{"name":"List templates","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/templates","host":["{{base_url}}"],"path":["v1","templates"]},"description":""}},{"name":"Create template","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{base_url}}/v1/templates","host":["{{base_url}}"],"path":["v1","templates"]},"description":"Needs a key with the templates:write scope. Returns status PENDING.","body":{"mode":"raw","raw":"{\n  \"name\": \"order_update\",\n  \"language\": \"en\",\n  \"category\": \"UTILITY\",\n  \"body_text\": \"Hi {{1}}, your order {{2}} is confirmed.\",\n  \"example_values\": [\n    \"Jean\",\n    \"#8842\"\n  ],\n  \"footer_text\": \"Geskap\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"Delete template","request":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/v1/templates/order_update","host":["{{base_url}}"],"path":["v1","templates","order_update"]},"description":""}}]},{"name":"Messages","item":[{"name":"Send template message","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{base_url}}/v1/messages","host":["{{base_url}}"],"path":["v1","messages"]},"description":"","body":{"mode":"raw","raw":"{\n  \"to\": \"+237699123456\",\n  \"template\": {\n    \"name\": \"order_update\",\n    \"language\": \"en\",\n    \"variables\": [\n      \"Jean\",\n      \"#8842\"\n    ]\n  },\n  \"idempotency_key\": \"order-8842\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"Message status","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/messages/PUT_MESSAGE_ID_HERE","host":["{{base_url}}"],"path":["v1","messages","PUT_MESSAGE_ID_HERE"]},"description":""}}]},{"name":"Credits","item":[{"name":"List packs","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/credits/packs","host":["{{base_url}}"],"path":["v1","credits","packs"]},"description":""}},{"name":"Buy credits by card (Stripe)","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{base_url}}/v1/credits/checkout","host":["{{base_url}}"],"path":["v1","credits","checkout"]},"description":"","body":{"mode":"raw","raw":"{\n  \"pack_code\": \"standard\"\n}","options":{"raw":{"language":"json"}}}}}]}]}