{"info":{"_postman_id":"7c475f48-73f0-41b4-9fc9-19dc63b2e1fd","name":"Botsify APIs","description":"<html><head></head><body><p>Importable Postman collection reconstructed from the public Botsify documenter page.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9852076","collectionId":"7c475f48-73f0-41b4-9fc9-19dc63b2e1fd","publishedId":"2sBY4WoH2X","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-11T14:31:20.000Z"},"item":[{"name":"Authorization","item":[{"name":"Login","id":"647aa97b-91d5-473b-a3eb-c83ee1ece572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"\",\n  \"password\": \"\"\n}"},"url":"https://app.botsify.com/api/v1/login","urlObject":{"path":["api","v1","login"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"647aa97b-91d5-473b-a3eb-c83ee1ece572"},{"name":"Oauth Token","id":"1a21dc82-cdf8-40ff-b8b1-b9b53f3095d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"password\",\n  \"client_id\": \"<FROM_LOGIN_API>\",\n  \"client_secret\": \"<FROM_LOGIN_API>\",\n  \"username\": \"\",\n  \"password\": \"\",\n  \"scope\": \"\"\n}"},"url":"https://app.botsify.com/oauth/token","urlObject":{"path":["oauth","token"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a21dc82-cdf8-40ff-b8b1-b9b53f3095d1"}],"id":"a68c1b46-9910-4ff0-9c6f-fd0db55a8a7f","_postman_id":"a68c1b46-9910-4ff0-9c6f-fd0db55a8a7f","description":""},{"name":"Bots","item":[{"name":"Change Bot User's Activation Status","id":"a68f6fa3-258e-464d-b676-afc129e325db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"fbId\": \"\",\n  \"status\": \"1\"\n}"},"url":"https://app.botsify.com/api/v1/change-bot-activation-by-muId","urlObject":{"path":["api","v1","change-bot-activation-by-muId"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a68f6fa3-258e-464d-b676-afc129e325db"},{"name":"Get Bots","id":"8a7de2dc-4269-4472-b08b-3a297bc6ac96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\"\n}"},"url":"https://app.botsify.com/api/v1/get-bots","urlObject":{"path":["api","v1","get-bots"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a7de2dc-4269-4472-b08b-3a297bc6ac96"},{"name":"Get Query Response","id":"fefb827c-0e30-4781-a7aa-3fc31dcb0886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"hi\",\n  \"apikey\": \"\",\n  \"fbId\": \"\"\n}"},"url":"https://app.botsify.com/api/v1/get-query-response","urlObject":{"path":["api","v1","get-query-response"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fefb827c-0e30-4781-a7aa-3fc31dcb0886"}],"id":"1dfd8cc4-0cc2-4ba8-ba4d-10184eaf1091","_postman_id":"1dfd8cc4-0cc2-4ba8-ba4d-10184eaf1091","description":""},{"name":"Messenger Users","item":[{"name":"Get Bot Messenger Users","id":"607c4853-8432-4a24-9831-ec3d47c32998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\"\n}"},"url":"https://app.botsify.com/api/v1/get-bot-users","urlObject":{"path":["api","v1","get-bot-users"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"607c4853-8432-4a24-9831-ec3d47c32998"}],"id":"8e3bf89d-1682-40cc-8d41-4f61a290eddf","_postman_id":"8e3bf89d-1682-40cc-8d41-4f61a290eddf","description":""},{"name":"Send Message","item":[{"name":"Send Text Message to User","id":"9391f5d9-944f-4a40-aa1b-9ff22f0fd867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"type\": \"<TARGET_CHANNEL>\",\n  \"to\": \"\",\n  \"message\": \"Your text message\"\n}"},"url":"https://app.botsify.com/api/v1/converse/send-message-to-user","urlObject":{"path":["api","v1","converse","send-message-to-user"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9391f5d9-944f-4a40-aa1b-9ff22f0fd867"}],"id":"0db12770-31de-42db-883c-e93d9de7dfa1","_postman_id":"0db12770-31de-42db-883c-e93d9de7dfa1","description":""},{"name":"User Attributes","item":[{"name":"Set User Attribute","id":"2a11f6bb-3006-472d-b2c4-0ebbf07b21b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"messenger_user_id\": \"\",\n  \"key\": \"gender\",\n  \"value\": \"male\"\n}"},"url":"https://app.botsify.com/api/v1/add-user-attribute","urlObject":{"path":["api","v1","add-user-attribute"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a11f6bb-3006-472d-b2c4-0ebbf07b21b5"}],"id":"35876f22-d1b9-454f-8695-6ce1e169358c","_postman_id":"35876f22-d1b9-454f-8695-6ce1e169358c","description":""},{"name":"Analytics","item":[{"name":"Bot Dashboard Stats","id":"5b1ee9ed-866a-4800-9d19-1914b249a507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"date_from\": \"2020-03-22\",\n  \"date_to\": \"2020-04-22\"\n}"},"url":"https://app.botsify.com/api/v1/bot-dashboard-stats","urlObject":{"path":["api","v1","bot-dashboard-stats"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b1ee9ed-866a-4800-9d19-1914b249a507"}],"id":"510886cb-776a-4de8-966a-264c5f9e4fe1","_postman_id":"510886cb-776a-4de8-966a-264c5f9e4fe1","description":""},{"name":"Whatsapp","item":[{"name":"Single Broadcast STATIC MESSAGE TEMPLATE","id":"59d56e03-bcee-493d-9bad-81d332915be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"type\": 8,\n  \"template\": \"<WABA_TEMPLATE_NAME>\",\n  \"users\": [\n    {\n      \"phone_number\": \"<PHONE NUMBER>\"\n    }\n  ],\n  \"template_data\": {\n    \"category\": \"AUTO_REPLY\",\n    \"type\": \"text\",\n    \"variables\": {\n      \"body\": []\n    }\n  }\n}"},"url":"https://app.botsify.com/api/v1/whatsapp/single-message-send","urlObject":{"path":["api","v1","whatsapp","single-message-send"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59d56e03-bcee-493d-9bad-81d332915be6"},{"name":"Single Broadcast DYNAMIC MESSAGE TEMPLATE Copy","id":"9f0079cf-c472-4d1f-88d9-0d2a90b4d764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"type\": 8,\n  \"template\": \"<WABA_TEMPLATE_NAME>\",\n  \"users\": [\n    {\n      \"phone_number\": \"<PHONE NUMBER>\"\n    }\n  ],\n  \"template_data\": {\n    \"category\": \"AUTO_REPLY\",\n    \"type\": \"text\",\n    \"variables\": {\n      \"body\": []\n    }\n  }\n}"},"url":"https://app.botsify.com/api/v1/whatsapp/single-message-send","urlObject":{"path":["api","v1","whatsapp","single-message-send"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f0079cf-c472-4d1f-88d9-0d2a90b4d764"},{"name":"Create Template","id":"8ac567f7-aad8-4ad7-9b2f-b4d05f350d59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"template\": \"Template definition JSON\"\n}"},"url":"https://app.botsify.com/api/v1/whatsapp/create-template","urlObject":{"path":["api","v1","whatsapp","create-template"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ac567f7-aad8-4ad7-9b2f-b4d05f350d59"},{"name":"Get Templates","id":"9382342c-7d40-4ba6-9f86-bbf694078402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://app.botsify.com/api/v1/media-block/fetch","urlObject":{"path":["api","v1","media-block","fetch"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9382342c-7d40-4ba6-9f86-bbf694078402"},{"name":"Broadcast Report","id":"9d442501-3ffd-4784-b508-1df7e2d1fb16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apikey\": \"\",\n  \"start_date\": \"2022-05-01\",\n  \"end_date\": \"2022-08-01\"\n}"},"url":"https://app.botsify.com/api/v1/whatsapp-broadcast-report","urlObject":{"path":["api","v1","whatsapp-broadcast-report"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d442501-3ffd-4784-b508-1df7e2d1fb16"}],"id":"d64adc94-9d9b-4bf1-9b43-54384acfc588","_postman_id":"d64adc94-9d9b-4bf1-9b43-54384acfc588","description":""},{"name":"Whitelabel Packages","item":[{"name":"Create Package","id":"2514271c-4d7b-4e15-aef1-ecc7fa302836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"price\": \"<PACKAGE_AMOUNT>\",\n  \"currency\": \"usd\",\n  \"type\": \"monthly\"\n}"},"url":"https://app.botsify.com/api/v1/whitelabel/create-package","urlObject":{"path":["api","v1","whitelabel","create-package"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2514271c-4d7b-4e15-aef1-ecc7fa302836"}],"id":"01662227-fe67-413f-ac6b-891ae0b54721","_postman_id":"01662227-fe67-413f-ac6b-891ae0b54721","description":""},{"name":"Whitelabel Clients","item":[{"name":"Get Clients","id":"9b03bfca-6e71-4f35-a106-d1d6fdbc77f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://app.botsify.com/api/v1/whitelabel/clients","urlObject":{"path":["api","v1","whitelabel","clients"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b03bfca-6e71-4f35-a106-d1d6fdbc77f2"},{"name":"Create Client","id":"dfa15117-56de-453a-87c1-2a83bea9d273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<CLIENT_NAME>\",\n  \"email\": \"<CLIENT_ACCOUNT_EMAIL>\",\n  \"password\": \"<CLIENT_ACCOUNT_PASSWORD>\",\n  \"package\": \"<PACKAGE_PAYLOAD>\"\n}"},"url":"https://app.botsify.com/api/v1/whitelabel/create-client","urlObject":{"path":["api","v1","whitelabel","create-client"],"host":["https://app.botsify.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfa15117-56de-453a-87c1-2a83bea9d273"}],"id":"bfbf1be7-eb78-4a93-9f41-2fe288d16eb4","_postman_id":"bfbf1be7-eb78-4a93-9f41-2fe288d16eb4","description":""}],"variable":[{"key":"baseUrl","value":"https://app.botsify.com"},{"key":"accessToken","value":""},{"key":"chatbotApiKey","value":""},{"key":"email","value":""},{"key":"password","value":""},{"key":"userFbId","value":""},{"key":"messengerUserId","value":""},{"key":"packageName","value":""}]}