{"info":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","description":"<html><head></head><body><p>Vista Social API provides an externally accessible API for you to access your owned social profile data so you can use that data to power dashboards and automate your reporting.</p>\n<p>By developing or accessing these endpoints, you are acknowledging that you have read and agreed to the <a href=\"https://vistasocial.com/api-terms-of-service/\">developer terms</a>.</p>\n<p>Available data overview</p>\n<p>✅ Vista Social API includes:</p>\n<ul>\n<li><p>✅ <strong>Owned Profile Data</strong> - This matches the data available in Vista Social's Social Media Performance report.</p>\n</li>\n<li><p>✅ <strong>Post Data</strong> - This matches the data available in Vista Social's Post Performance Report.</p>\n</li>\n<li><p>✅ <strong>Comment Data</strong> - Get detailed information, including metadata, about your post comments.</p>\n</li>\n<li><p>✅ <strong>Schedule Posts</strong> - Schedule posts to profiles connected to your Vista Social account.</p>\n</li>\n</ul>\n<p>🚫 Vista Social API does not currently include:</p>\n<ul>\n<li><p>🚫 Paid (Ad Account) data</p>\n</li>\n<li><p>🚫 Data from X</p>\n</li>\n</ul>\n<p>Before accessing the API, <strong>your account must be provisioned for API use by your Vista Social account representative</strong>.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Vista Social API supports 2 forms of authentication:</p>\n<ul>\n<li><p>API Key (api key can be generated from in Settings &gt; Integrations)</p>\n</li>\n<li><p>OAuth 2.0 (please contact support to setup your oauth 2.0 client)</p>\n</li>\n</ul>\n<h4 id=\"api-key-authentication\">API Key Authentication</h4>\n<p>Pass \"api-key\" header on every request</p>\n<p>OAuth 2.0 Authentication</p>\n<ul>\n<li><p>Authorize: <a href=\"https://vistasocial.com/api/oauth/authorize\">https://vistasocial.com/api/oauth/authorize</a></p>\n</li>\n<li><p>Token: <a href=\"https://vistasocial.com/api/oauth/token\">https://vistasocial.com/api/oauth/token</a></p>\n</li>\n<li><p>Who am I (debug): <a href=\"https://vistasocial.com/api/oauth/me\">https://vistasocial.com/api/oauth/me</a></p>\n</li>\n</ul>\n<p><strong>Authorization Code Flow (PKCE S256)</strong></p>\n<p><strong>1) Redirect user to authorize</strong></p>\n<p>GET <a href=\"https://vistasocial.com/api/oauth/authorize\">https://vistasocial.com/api/oauth/authorize</a></p>\n<p>Query params</p>\n<ul>\n<li><p>response_type: code</p>\n</li>\n<li><p>client_id: your OAuth client id</p>\n</li>\n<li><p>redirect_uri: must match one of the client’s allowed redirect URIs</p>\n</li>\n<li><p>scope: space-delimited scopes (optional)</p>\n</li>\n<li><p>state: opaque value returned back unchanged (recommended)</p>\n</li>\n<li><p>code_challenge: PKCE challenge (required by many clients)</p>\n</li>\n<li><p>code_challenge_method: must be S256</p>\n</li>\n<li><p>resource: optional resource indicator (e.g. your MCP server URL)</p>\n</li>\n</ul>\n<p><strong>2) Authorization redirect response</strong></p>\n<p>After the user signs in and approves, Vista Social redirects back to redirect_uri with:</p>\n<ul>\n<li><p>code</p>\n</li>\n<li><p>state (if provided)</p>\n</li>\n</ul>\n<p><strong>3) Exchange code for tokens (PKCE)</strong></p>\n<p>POST <a href=\"https://vistasocial.com/api/oauth/tokenHeaders\">https://vistasocial.com/api/oauth/token</a></p>\n<p>Headers</p>\n<ul>\n<li><p>Content-Type: application/x-www-form-urlencoded</p>\n</li>\n<li><p>Client authentication: either Basic Auth or client_id/client_secret in body</p>\n</li>\n</ul>\n<p>Body (x-www-form-urlencoded)</p>\n<ul>\n<li><p>grant_type: authorization_code</p>\n</li>\n<li><p>code: authorization code from step 2</p>\n</li>\n<li><p>redirect_uri: must match what you used in step 1</p>\n</li>\n<li><p>code_verifier: PKCE verifier (required when PKCE was used)</p>\n</li>\n<li><p>resource: optional; if provided must match what was authorized</p>\n</li>\n</ul>\n<p>**Refresh Token</p>\n<p>**POST <a href=\"https://vistasocial.com/api/oauth/token\">https://vistasocial.com/api/oauth/token</a></p>\n<p>Body</p>\n<ul>\n<li><p>grant_type: refresh_token</p>\n</li>\n<li><p>refresh_token: refresh token previously issued</p>\n</li>\n</ul>\n<p><strong>Notes</strong></p>\n<ul>\n<li><p>Tokens are opaque strings (not JWTs). Access tokens are prefixed with tk_ and refresh tokens with rt_.</p>\n</li>\n<li><p>PKCE S256 is supported and enforced when code_challenge is used during authorization.</p>\n</li>\n<li><p>state is returned back unchanged and should be used to prevent CSRF and to correlate requests.</p>\n</li>\n<li><p>redirect_uri must match the client’s allowed redirect URIs.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8001366","collectionId":"242b15fb-220a-45bf-8e23-0affe24dc5fd","publishedId":"2sAYkKKJk6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-22T15:00:46.000Z"},"item":[{"name":"Get profiles","id":"f5d94be5-d423-400a-b91d-3b03007459f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/profiles","description":"<p>Retrieves all connected social profiles</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","profiles"],"host":["vistasocial","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional name of the profile</p>\n","type":"text/plain"},"key":"q","value":""},{"disabled":true,"description":{"content":"<p>Optional group id</p>\n","type":"text/plain"},"key":"group_id","value":""}],"variable":[]}},"response":[{"id":"1e688c7f-5990-42b9-a329-55975c88f1b5","name":"Sample response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://vistasocial.com/api/integration/profiles","protocol":"https","host":["vistasocial","com"],"path":["api","integration","profiles"],"query":[{"key":"q","value":"","description":"Optional name of the profile","disabled":true},{"key":"group_id","value":"","description":"Optional group id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 07:55:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=3Fcqo0OfM09Z7kyf9Apexx/MZUWxgPA7cS0viMKWzeu/ml/P4qRdvATy2gEAFt7Jkol3Vd0vRRX/5UBcvlMRId5d0vCceUGbRFP4iYAa2YKpz7aoCL3Ohe8U/lXj; Expires=Wed, 02 Apr 2025 07:55:08 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=3Fcqo0OfM09Z7kyf9Apexx/MZUWxgPA7cS0viMKWzeu/ml/P4qRdvATy2gEAFt7Jkol3Vd0vRRX/5UBcvlMRId5d0vCceUGbRFP4iYAa2YKpz7aoCL3Ohe8U/lXj; Expires=Wed, 02 Apr 2025 07:55:08 GMT; Path=/; SameSite=None; Secure"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-vs-rate-limit-remaining","value":"58"},{"key":"ETag","value":"W/\"151f-ZrxpSzdMqNzFgbwHVoitkgd6z+k\""},{"key":"Server","value":"Vista Social"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://*.vistasocial.com https://vistasocial.com"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 296909191199,\n        \"name\": \"Vista\",\n        \"network\": \"Facebook\"\n    },\n    {\n        \"id\": 233019103131,\n        \"name\": \"Vista\",\n        \"network\": \"LinkedIn\"\n    }   \n]"}],"_postman_id":"f5d94be5-d423-400a-b91d-3b03007459f6"},{"name":"Get comments","id":"7b93434d-f463-4371-aadf-5b7f7b391725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/comments","description":"<p>Retrieves all Vista Social comments for a given post</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","comments"],"host":["vistasocial","com"],"query":[{"disabled":true,"description":{"content":"<p>Required post id</p>\n","type":"text/plain"},"key":"post_id","value":""}],"variable":[]}},"response":[{"id":"334dbe1b-ecbb-403c-b856-15770de1f394","name":"Sample response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://vistasocial.com/api/integration/comments","protocol":"https","host":["vistasocial","com"],"path":["api","integration","comments"],"query":[{"key":"post_id","value":"","description":"Required post id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Mar 2025 07:54:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=WeFc1gnmqY0Ys0BFMEioAd7a/BWlBKLFwyT7Dw4NqR5RoaffUAIykZK+wwbNcSMRaH2xWCLNTgsgOORvpTztWNusnLiThqt3LR5eMX4ZCpp0zL3l2pecQLwZFK/4; Expires=Wed, 02 Apr 2025 07:54:53 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=WeFc1gnmqY0Ys0BFMEioAd7a/BWlBKLFwyT7Dw4NqR5RoaffUAIykZK+wwbNcSMRaH2xWCLNTgsgOORvpTztWNusnLiThqt3LR5eMX4ZCpp0zL3l2pecQLwZFK/4; Expires=Wed, 02 Apr 2025 07:54:53 GMT; Path=/; SameSite=None; Secure"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-vs-rate-limit-remaining","value":"59"},{"key":"ETag","value":"W/\"176-xF9t2SHXtaY2V1B8rYvnGAdlq4k\""},{"key":"Server","value":"Vista Social"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://*.vistasocial.com https://vistasocial.com"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"67e3b1a44c94cce0b54d6e4e\",\n        \"link\": \"https://vistasocial.com/calendar?id=67d21830566885abd9124df9\",\n        \"message\": \"awesome\",\n        \"created_at\": \"2025-03-26T07:49:56.519Z\",\n        \"user\": {\n            \"email\": \"mike@someemail.com\",\n            \"first_name\": \"Mike\",\n            \"last_name\": \"Dossa\",\n            \"picture\": \"https://dc4ifv9abstiv.cloudfront.net/user/46afa183-5211-11ec-902a-0a6cb397b46f.png\"\n        }\n    }\n]"}],"_postman_id":"7b93434d-f463-4371-aadf-5b7f7b391725"},{"name":"Create comment","id":"9b7ee8bf-1e8a-440c-b789-af8439926730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\": \"your message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://vistasocial.com/api/integration/posts/{post_id}/comments","description":"<p>Create a comment for a given post</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","posts","{post_id}","comments"],"host":["vistasocial","com"],"query":[],"variable":[]}},"response":[{"id":"1e801b36-c8ad-4a93-b6ac-fea85961a2b2","name":"Sample response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\": \"your message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://vistasocial.com/api/integration/posts/{post_id}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"x-vs-rate-limit-remaining","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-7fBDtpLp0aEPT+S8dx/DgH6psnc\""},{"key":"Date","value":"Wed, 26 Mar 2025 08:18:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"67e3b84914bf801e10ca6bcf\"\n}"}],"_postman_id":"9b7ee8bf-1e8a-440c-b789-af8439926730"},{"name":"Create post","id":"c1118d77-2965-4b3b-93c6-0c12acb4e577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\": \"Hello world\",\n    \"profile_id\": [7],\n    \"publish_at\": \"now\",\n    \"media_url\": [\"https://dc4ifv9abstiv.cloudfront.net/media/f5c15730-1f31-11ec-a683-058c403681a7/6395c10235d256253cffeabf.mp4\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://vistasocial.com/api/integration/posts","description":"<p>Create a comment for a given post</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>Post message. Required if media url is not specified.</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>Array of profile ids where the post will be scheduled. Required.</td>\n</tr>\n<tr>\n<td>publish_at</td>\n<td>Publish date in ETC timezone. Required.  <br />  <br />Possible values are:  <br />- now, queue_next, queue_last  <br />- date formatted in ISO 8601 (i.e. 2025-02-08 09:30)  <br />- unix timestamp</td>\n</tr>\n<tr>\n<td>media_url</td>\n<td>Array of media urls.</td>\n</tr>\n<tr>\n<td>draft</td>\n<td>Save post as draft. Boolean (true or false).</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>Up to 10 comments. Array of strings.</td>\n</tr>\n<tr>\n<td>like</td>\n<td>Boolean (true or false)</td>\n</tr>\n<tr>\n<td>labels</td>\n<td>Array of post labels</td>\n</tr>\n<tr>\n<td>facebook_publish_as</td>\n<td>Possible values are: REELS, STORY, VIDEO, IMAGE</td>\n</tr>\n<tr>\n<td>instagram_publish_as</td>\n<td>Possible values are: REELS, STORY, FEED</td>\n</tr>\n<tr>\n<td>instagram_collaborators</td>\n<td>Array of usersnames. Only public Instagram profiles can be invited as collaborators.</td>\n</tr>\n<tr>\n<td>snapchat_publish_as</td>\n<td>Possible values are: STORY, SAVED_STORY, SPOTLIGHT</td>\n</tr>\n<tr>\n<td>pinterest_board_name</td>\n<td>Name of the Pinterest board</td>\n</tr>\n<tr>\n<td>pinterest_section_name</td>\n<td>Name of the Pinterest board section</td>\n</tr>\n<tr>\n<td>subreddit_name</td>\n<td>Name of subreddit</td>\n</tr>\n<tr>\n<td>youtube_title</td>\n<td>Youtube video title</td>\n</tr>\n<tr>\n<td>youtube_category</td>\n<td>Youtube category</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Youtube video tags, array of tags</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","posts"],"host":["vistasocial","com"],"query":[],"variable":[]}},"response":[{"id":"26610c67-320e-469e-87bb-1e69e51a3842","name":"Sample response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\": \"Hello world\",\n    \"profile_id\": [7],\n    \"publish_at\": \"now\",\n    \"media_url\": [\"https://dc4ifv9abstiv.cloudfront.net/media/f5c15730-1f31-11ec-a683-058c403681a7/6395c10235d256253cffeabf.mp4\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.vistasocial.com/api/integration/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"x-vs-rate-limit-remaining","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-AQKnNYyeRWbyVTCegP4BaQ0FPPY\""},{"key":"Date","value":"Fri, 28 Mar 2025 10:45:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": [\n        \"67e67dd9f45f192980ecb96a\"\n    ]\n}"}],"_postman_id":"c1118d77-2965-4b3b-93c6-0c12acb4e577"},{"name":"Get posts","id":"2ee23dc5-4e7a-4534-9a04-83f405489318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/posts","description":"<p>Retrieves all scheduled, published, draft or failed posts</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","posts"],"host":["vistasocial","com"],"query":[{"disabled":true,"description":{"content":"<p>Post status. One of published, scheduled, draft or failed</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Optional id of the post</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"89b5259d-91ab-4412-9165-0ebe2f4a76dc","name":"Sample response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://vistasocial.com/api/integration/posts","protocol":"https","host":["vistasocial","com"],"path":["api","integration","posts"],"query":[{"key":"status","value":"","description":"Optional name of the profile","disabled":true},{"key":"id","value":"","description":"Optional id of the post","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"x-vs-rate-limit-remaining","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69887"},{"key":"ETag","value":"W/\"110ff-O9R+06A+h7kfnL6UwR3/FDloKeQ\""},{"key":"Set-Cookie","value":"connect.sid=s%3Ashj63kuvyD8E-jKRJ362SsZiLhaNKJQl.mIv7m9RPiKB8H%2B0fvmlMM09aqVfQ3c%2BOiUTYy%2FO%2BcQ0; Path=/; HttpOnly"},{"key":"Date","value":"Wed, 26 Mar 2025 07:59:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"67e264e28882f2b01a79bd01\",\n        \"author\": {\n            \"name\": \"Mike Dossa\",\n            \"email\": \"mike@someemail.com\"\n        },\n        \"message\": \"Hello world\",\n        \"publish_at\": \"2025-03-24T21:10:10-11:00\",\n        \"timezone\": \"Pacific/Pago_Pago\",\n        \"profile\": {\n            \"name\": \"Mike Dossa\",\n            \"username\": \"mikedosva\",\n            \"network\": \"Instagram\",\n            \"profile_url\": \"https://instagram.com/mikedosva\"\n        }\n    }\n]"}],"_postman_id":"2ee23dc5-4e7a-4534-9a04-83f405489318"},{"name":"Get groups","id":"cf58e41f-36a1-4fb2-9b69-94d1d2739356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/groups","description":"<p>Retrieves all profile groups</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","groups"],"host":["vistasocial","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional name of the group</p>\n","type":"text/plain"},"key":"q","value":""}],"variable":[]}},"response":[{"id":"9d6ab2ea-6890-4f11-88f3-2884247ea1b1","name":"Sample response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://vistasocial.com/api/integration/groups","protocol":"https","host":["vistasocial","com"],"path":["api","integration","groups"],"query":[{"key":"q","value":"","description":"Optional name of the group","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"x-vs-rate-limit-remaining","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1081"},{"key":"ETag","value":"W/\"439-bnNTBxPq0iUu/7yIe/kD1KLBdTg\""},{"key":"Date","value":"Wed, 26 Mar 2025 07:13:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"32d28f80-9a3f-11ec-bf56-259a4e8b1b33\",\n        \"name\": \"Client\",\n        \"type\": \"CLIENT\"\n    },\n    {\n        \"id\": \"476ec8e0-ad6c-11ee-8abb-dde18c739062\",\n        \"name\": \"Project\",\n        \"type\": \"PROJECT\"\n    }   \n]"}],"_postman_id":"cf58e41f-36a1-4fb2-9b69-94d1d2739356"},{"name":"Get daily performance","id":"b112a736-8476-4007-8edc-63d405f27bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/data/daily?date_from=&date_to=&profile_id=&group_id=","description":"<p>Retrieves daily performance data. This is a <strong>Premium API</strong> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","data","daily"],"host":["vistasocial","com"],"query":[{"description":{"content":"<p>Required from date in  YYYYMMDD format</p>\n","type":"text/plain"},"key":"date_from","value":""},{"description":{"content":"<p>Required to date in  YYYYMMDD format</p>\n","type":"text/plain"},"key":"date_to","value":""},{"description":{"content":"<p>Required if group_id is not specified</p>\n","type":"text/plain"},"key":"profile_id","value":""},{"description":{"content":"<p>Required if profile_is is not specified</p>\n","type":"text/plain"},"key":"group_id","value":""}],"variable":[]}},"response":[{"id":"bf62f9e0-4abb-4023-bac4-355517cba98a","name":"Sample response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://vistasocial.com/api/integration/data/daily?date_from=20250301&date_to=20250325&profile_id=36","protocol":"https","host":["vistasocial","com"],"path":["api","integration","data","daily"],"query":[{"key":"date_from","value":"20250301","description":"Required from date in  YYYYMMDD format"},{"key":"date_to","value":"20250325","description":"Required to date in  YYYYMMDD format"},{"key":"profile_id","value":"36","description":"Required if group_id is not specified\n"},{"key":"group_id","value":"95539b40-6a91-11ed-82e6-2d9da82ae3ff","description":"Required if profile_is is not specified","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"x-vs-rate-limit-remaining","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4357"},{"key":"ETag","value":"W/\"1105-nZUxeXBu9/jdf3lfaNCjZNrFK5Y\""},{"key":"Date","value":"Thu, 27 Mar 2025 18:03:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"67d40a05c003684424af0967\",\n        \"date\": \"20250301\",\n        \"profile\": \"profile name\",\n        \"network\": \"facebook\",\n        \"engagement\": 0,\n        \"followers\": 2,\n        \"stories\": 0\n    }    \n]"}],"_postman_id":"b112a736-8476-4007-8edc-63d405f27bf5"},{"name":"Get post performance","id":"e54395a6-4dac-49e2-863b-eea2364b1a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/data/posts?date_from=&date_to=&profile_id=&group_id=","description":"<p>Daily post performance data. This is a <strong>Premium API</strong> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","data","posts"],"host":["vistasocial","com"],"query":[{"description":{"content":"<p>Required from date in  YYYYMMDD format</p>\n","type":"text/plain"},"key":"date_from","value":""},{"description":{"content":"<p>Required to date in  YYYYMMDD format</p>\n","type":"text/plain"},"key":"date_to","value":""},{"description":{"content":"<p>Required if group_id is not specified</p>\n","type":"text/plain"},"key":"profile_id","value":""},{"description":{"content":"<p>Required if profile_is is not specified</p>\n","type":"text/plain"},"key":"group_id","value":""}],"variable":[]}},"response":[{"id":"ee59b1b5-0080-4725-a5c2-1f8960b36c21","name":"Get post performance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://vistasocial.com/api/integration/data/posts?date_from=20250301&date_to=20250325&profile_id=36","protocol":"https","host":["vistasocial","com"],"path":["api","integration","data","posts"],"query":[{"key":"date_from","value":"20250301","description":"Required from date in  YYYYMMDD format"},{"key":"date_to","value":"20250325","description":"Required to date in  YYYYMMDD format"},{"key":"profile_id","value":"36","description":"Required if group_id is not specified\n"},{"key":"group_id","value":"95539b40-6a91-11ed-82e6-2d9da82ae3ff","description":"Required if profile_is is not specified","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"x-vs-rate-limit-remaining","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2370"},{"key":"ETag","value":"W/\"942-+aMAlyBhvTWyjEO1Qgmi6RTTzko\""},{"key":"Date","value":"Thu, 27 Mar 2025 18:07:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"385540005404700_997550272478908\",\n        \"date\": \"March 5, 2025\",\n        \"time\": \"4:32 PM\",\n        \"timezone\": \"Europe/London\",\n        \"status\": \"PUBLISHED\",\n        \"message\": \"Awesome!\",\n        \"labels\": \"\",\n        \"published_link\": \"https://facebook.com/385540005404700_997550272478908\",\n        \"profile\": \"Pagename\",\n        \"network\": \"facebook\",\n        \"profile_link\": \"https://facebook.com/385540005404700\",\n        \"impressions\": 1000,\n        \"impressions_paid\": 800,\n        \"impressions_organic\": 200,\n        \"likes\": 250,\n        \"dislikes\": 2,\n        \"comments\": 12,\n        \"shares\": 10,\n        \"retweets\": 15,\n        \"quotes\": 12,\n        \"engagement\": 0,\n        \"engagement_organic\": 10,\n        \"engagement_paid\": 12,\n        \"clicks\": 5,\n        \"views\": 5,\n        \"plays\": 5\n    }\n]"}],"_postman_id":"e54395a6-4dac-49e2-863b-eea2364b1a9c"},{"name":"Get inbox","id":"4e0a8d29-89ec-45a1-96dc-7fc8206930be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://vistasocial.com/api/integration/inbox?profile_id=&type=","description":"<p>Retrieves items from your inbox such as comments and messges. This is a <strong>Premium API</strong> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","inbox"],"host":["vistasocial","com"],"query":[{"description":{"content":"<p>Comma delimited list of profile ids.</p>\n","type":"text/plain"},"key":"profile_id","value":""},{"description":{"content":"<p>Comma delimited list of post types. Possible options are comment, mention, message, share.</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[{"id":"23d635dd-3f34-4b9a-839d-fa738b24488d","name":"Get inbox","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://vistasocial.com/api/integration/inbox?profile_id=&type=","protocol":"https","host":["vistasocial","com"],"path":["api","integration","inbox"],"query":[{"key":"profile_id","value":"","description":"Comma delimited list of profile ids."},{"key":"type","value":"","description":"Comma delimited list of post types. Possible options are comment, mention, message, share."}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Fri, 05 Sep 2025 19:45:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83479"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=otUiR4NiwN+Bhw/ihANYkC4zXdBZwbIrpceHhThky19aNGl5QxAA91Xsj+JCKZirwPjUGSPu7+ZY/3eZKJSQkV07uVCuVkHDHgvtkdhNAACQFSm/+JARudqB3zX7; Expires=Fri, 12 Sep 2025 19:45:52 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=otUiR4NiwN+Bhw/ihANYkC4zXdBZwbIrpceHhThky19aNGl5QxAA91Xsj+JCKZirwPjUGSPu7+ZY/3eZKJSQkV07uVCuVkHDHgvtkdhNAACQFSm/+JARudqB3zX7; Expires=Fri, 12 Sep 2025 19:45:52 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate"},{"key":"x-vs-rate-limit-remaining","value":"57"},{"key":"ETag","value":"W/\"14617-V20hl5TZkUg1+2xmOpu8G/feQkk\""},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://*.vistasocial.com https://vistasocial.com"},{"key":"Strict-Transport-Security","value":"max-age=63072000; preload"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": \"18078359080972895\",\n        \"url\": \"https://www.instagram.com/reel/DOLfYykE-1M/\",\n        \"network\": \"instagram\",\n        \"message\": \"And then 5 more to go after that 😂\",\n        \"type\": \"comment\",\n        \"acknowledged\": false,\n        \"starred\": false,\n        \"dark\": false,\n        \"sentiment\": {\n            \"name\": \"positive\",\n            \"value\": 7,\n            \"reason\": \"The message expresses humor and enthusiasm.\",\n            \"specifics\": \"The use of '😂' indicates amusement and a light-hearted tone about completing tasks.\"\n        },\n        \"parent\": {\n            \"url\": \"https://www.instagram.com/reel/DOLfYykE-1M/\",\n            \"message\": \"Sure, let's spend more time talking about work instead of doing it\\nㅤ\\n#marketinghumor #marketingmemes #digitalmarketing #socialmediamanager #socialmediamanagerlife #socialmediamarketing\",\n            \"type\": \"post\"\n        },\n        \"user\": {\n            \"name\": \"Dani | Organic Instagram Growth 🚀\",\n            \"username\": \"wheeler_marketing_agency\",\n            \"picture_url\": \"https://dc4ifv9abstiv.cloudfront.net/inbox/instagram/6262b4c66def065638635e3f.jpg?v=1757086258364\"\n        },\n        \"received\": \"2025-09-05T15:30:57.000Z\",\n        \"profile_id\": 17\n    },\n    {\n        \"id\": \"aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ4OTYyMzE0NDc0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjIyOTMyMTkyNjcxOTA1NDozMjQxMTkxNTI2MTc5NjY4MjE2NTAzNDMyNzYxMjU4ODAzMgZDZD\",\n        \"network\": \"instagram\",\n        \"message\": \"Hi Team,\\nI know things can get busy so just circling back on your Digital Marketing Manager role. If it helps, I can share a couple of quick process tweaks, like lightweight AI-assisted reporting dashboards, that save time and make performance insights clearer for clients. I’ve seen this kind of shift free up teams to focus on higher-value strategy work. Even if you’re not ready to move forward, you would still walk away with a few practical ideas to test.\",\n        \"type\": \"message\",\n        \"acknowledged\": false,\n        \"starred\": false,\n        \"sentiment\": {\n            \"name\": \"positive\",\n            \"value\": 6,\n            \"reason\": \"Supportive communication with an offer to help\",\n            \"specifics\": \"Willingness to provide assistance with process tweaks for the role\"\n        },\n        \"user\": {\n            \"name\": \"Mohd Farhan | Business And Marketing\",\n            \"username\": \"gallantfarhan\",\n            \"picture_url\": \"https://dc4ifv9abstiv.cloudfront.net/inbox/instagram/68b59b13f9622cff850672e1.jpg?v=1757053448262\"\n        },\n        \"received\": \"2025-09-05T06:24:07.062Z\",\n        \"profile_id\": 17\n    }\n]"}],"_postman_id":"4e0a8d29-89ec-45a1-96dc-7fc8206930be"},{"name":"Reply","id":"34625c60-1c77-4ee0-9452-2005020b55b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message_id\": \"68bae68137be9ffd5704ad91\",\n    \"conversation_id\": \"68bae68137be9ffd5704ad8d\",\n    \"message\": \"Your reply\"\n}","options":{"raw":{"language":"json"}}},"url":"https://vistasocial.com/api/integration/reply","description":"<p>Reply to an inbox item such as comment or a message. This is a <strong>Premium API</strong> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]},"isInherited":true,"source":{"_postman_id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","id":"242b15fb-220a-45bf-8e23-0affe24dc5fd","name":"Vista Social API","type":"collection"}},"urlObject":{"protocol":"https","path":["api","integration","reply"],"host":["vistasocial","com"],"query":[],"variable":[]}},"response":[{"id":"ebd4d169-777e-43bf-b82d-ae58ea6e3c83","name":"Reply","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message_id\": \"68bae68137be9ffd5704ad92\",\n    \"conversation_id\": \"68bae68137be9ffd5704ad8d\",\n    \"message\": \"Your reply\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.vistasocial.com/api/integration/reply"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate"},{"key":"x-vs-rate-limit-remaining","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"ETag","value":"W/\"f2-Y8HftpadvqxuTaIijMntoTdHOss\""},{"key":"Date","value":"Sat, 06 Sep 2025 10:44:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"inbox_id\": \"68bc1072e3ab07e2ca3e206a\",\n    \"conversation_id\": \"68bae68137be9ffd5704ad8d\",\n    \"url\": \"https://www.linkedin.com/feed/update/urn:li:activity:7369719861469528064/?commentUrn=urn%3Ali%3Acomment%3A(7369724175290224641%2C7370044101024714752)\"\n}"}],"_postman_id":"34625c60-1c77-4ee0-9452-2005020b55b5"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"}]}},"event":[{"listen":"prerequest","script":{"id":"6f53715f-836c-4f02-b920-4d3d98ce16b2","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"21aa0e18-b560-4ad3-9220-5ab4e34fc696","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"api_key","value":""}]}