{"item":[{"name":"hello","description":"","item":[{"id":"4db0b336-b52c-4b3f-a6a4-25339f074894","name":"Test connection","request":{"name":"Test connection","description":{"content":"Returns a success payload when your API key is valid and the API integration is enabled.","type":"text/plain"},"url":{"path":["hello"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"2bf4418b-6dc6-4059-a39e-fb7a0898129e","name":"Connection OK","originalRequest":{"url":{"path":["hello"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b3ce22f-32a4-4cc3-8f90-6b038d5d6a05","name":"Missing or invalid API key, or the API integration is disabled.","originalRequest":{"url":{"path":["hello"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"reviews","description":"","item":[{"name":"get","description":"","item":[{"id":"032752bc-7400-4d53-8aea-e82a8719d86b","name":"List reviews","request":{"name":"List reviews","description":{"content":"Returns the reviews of the sub account your API key belongs to - filterable by curation status, star rating, platform and more. Returns up to 100 per call; paginate by passing both the `next_before_ts` and `next_before_id` cursors from the response back as `before_ts` and `before_id` (keyset, newest first).","type":"text/plain"},"url":{"path":["reviews","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Star ratings to include, comma separated (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"rating","value":"<string>"},{"disabled":false,"description":{"content":"Channel ids, comma separated. Combine with `sources` to match either.","type":"text/plain"},"key":"channels","value":"<string>"},{"disabled":false,"description":{"content":"Custom source ids, comma separated.","type":"text/plain"},"key":"sources","value":"<string>"},{"disabled":false,"description":{"content":"Tag ids, comma separated.","type":"text/plain"},"key":"tags","value":"<string>"},{"disabled":false,"description":{"content":"Searches review text and author names.","type":"text/plain"},"key":"q","value":"<string>"},{"disabled":false,"description":{"content":"Only reviews with photos or videos. (This can only be one of 1)","type":"text/plain"},"key":"media_only","value":"1"},{"disabled":false,"description":{"content":"Only reviews with an author photo. (This can only be one of 1)","type":"text/plain"},"key":"with_photos","value":"1"},{"disabled":false,"description":{"content":"Page size, 1-100 (default 25).","type":"text/plain"},"key":"limit","value":"25"},{"disabled":false,"description":{"content":"Only reviews with a star rating at or above this value (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"min_rating","value":"<number>"},{"disabled":false,"description":{"content":"Only reviews with a star rating at or below this value (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"max_rating","value":"<number>"},{"disabled":false,"description":{"content":"Only reviews posted on or after this date. Accepts a date or datetime, e.g. `2026-01-01` or `2026-01-01 09:00:00`.","type":"text/plain"},"key":"since","value":"<string>"},{"disabled":false,"description":{"content":"Only reviews posted on or before this date. Accepts a date or datetime, e.g. `2026-06-30` or `2026-06-30 23:59:59`.","type":"text/plain"},"key":"until","value":"<string>"},{"disabled":false,"description":{"content":"ISO language code, e.g. `es`. Returns each review's `text` translated to this language; the untranslated text is kept in `text_original` and the target code in `text_language`.","type":"text/plain"},"key":"translate","value":"<string>"},{"disabled":false,"description":{"content":"Pagination cursor - pass the `next_before_ts` of the previous page to fetch the next one. Pass together with `before_id`.","type":"text/plain"},"key":"before_ts","value":"<integer>"},{"disabled":false,"description":{"content":"Pagination cursor - pass the `next_before_id` of the previous page alongside `before_ts` to fetch the next one. Both are required together to break ties between reviews with the same timestamp.","type":"text/plain"},"key":"before_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"71d1e706-914b-4242-8c87-870fdde56991","name":"A page of reviews","originalRequest":{"url":{"path":["reviews","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Star ratings to include, comma separated (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"rating","value":"<string>"},{"disabled":false,"description":{"content":"Channel ids, comma separated. Combine with `sources` to match either.","type":"text/plain"},"key":"channels","value":"<string>"},{"disabled":false,"description":{"content":"Custom source ids, comma separated.","type":"text/plain"},"key":"sources","value":"<string>"},{"disabled":false,"description":{"content":"Tag ids, comma separated.","type":"text/plain"},"key":"tags","value":"<string>"},{"disabled":false,"description":{"content":"Searches review text and author names.","type":"text/plain"},"key":"q","value":"<string>"},{"disabled":false,"description":{"content":"Only reviews with photos or videos. (This can only be one of 1)","type":"text/plain"},"key":"media_only","value":"1"},{"disabled":false,"description":{"content":"Only reviews with an author photo. (This can only be one of 1)","type":"text/plain"},"key":"with_photos","value":"1"},{"disabled":false,"description":{"content":"Page size, 1-100 (default 25).","type":"text/plain"},"key":"limit","value":"25"},{"disabled":false,"description":{"content":"Only reviews with a star rating at or above this value (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"min_rating","value":"<number>"},{"disabled":false,"description":{"content":"Only reviews with a star rating at or below this value (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"max_rating","value":"<number>"},{"disabled":false,"description":{"content":"Only reviews posted on or after this date. Accepts a date or datetime, e.g. `2026-01-01` or `2026-01-01 09:00:00`.","type":"text/plain"},"key":"since","value":"<string>"},{"disabled":false,"description":{"content":"Only reviews posted on or before this date. Accepts a date or datetime, e.g. `2026-06-30` or `2026-06-30 23:59:59`.","type":"text/plain"},"key":"until","value":"<string>"},{"disabled":false,"description":{"content":"ISO language code, e.g. `es`. Returns each review's `text` translated to this language; the untranslated text is kept in `text_original` and the target code in `text_language`.","type":"text/plain"},"key":"translate","value":"<string>"},{"disabled":false,"description":{"content":"Pagination cursor - pass the `next_before_ts` of the previous page to fetch the next one. Pass together with `before_id`.","type":"text/plain"},"key":"before_ts","value":"<integer>"},{"disabled":false,"description":{"content":"Pagination cursor - pass the `next_before_id` of the previous page alongside `before_ts` to fetch the next one. Both are required together to break ties between reviews with the same timestamp.","type":"text/plain"},"key":"before_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"count\": \"<integer>\",\n  \"limit\": \"<integer>\",\n  \"items\": [\n    {\n      \"id\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"label\": \"<string>\",\n      \"text\": \"<string>\",\n      \"text_original\": \"<string>\",\n      \"text_language\": \"<string>\",\n      \"sentiment\": \"positive\",\n      \"from_name\": \"<string>\",\n      \"from_image\": \"<uri>\",\n      \"from_url\": \"<uri>\",\n      \"post_url\": \"<uri>\",\n      \"rating_value\": \"<number>\",\n      \"rating_scale\": \"<integer>\",\n      \"posted_on\": \"<string>\",\n      \"tags\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"additional\": {},\n      \"media\": [\n        {\n          \"type\": \"image\",\n          \"url\": \"<uri>\",\n          \"src\": \"<uri>\"\n        },\n        {\n          \"type\": \"audio\",\n          \"url\": \"<uri>\",\n          \"src\": \"<uri>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"label\": \"<string>\",\n      \"text\": \"<string>\",\n      \"text_original\": \"<string>\",\n      \"text_language\": \"<string>\",\n      \"sentiment\": \"positive\",\n      \"from_name\": \"<string>\",\n      \"from_image\": \"<uri>\",\n      \"from_url\": \"<uri>\",\n      \"post_url\": \"<uri>\",\n      \"rating_value\": \"<number>\",\n      \"rating_scale\": \"<integer>\",\n      \"posted_on\": \"<string>\",\n      \"tags\": [\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"additional\": {},\n      \"media\": [\n        {\n          \"type\": \"audio\",\n          \"url\": \"<uri>\",\n          \"src\": \"<uri>\"\n        },\n        {\n          \"type\": \"video\",\n          \"url\": \"<uri>\",\n          \"src\": \"<uri>\"\n        }\n      ]\n    }\n  ],\n  \"next_before_ts\": \"<integer>\",\n  \"next_before_id\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef9d8adb-87d8-468a-aa52-c63620993ed4","name":"Missing or invalid API key, or the API integration is disabled.","originalRequest":{"url":{"path":["reviews","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Star ratings to include, comma separated (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"rating","value":"<string>"},{"disabled":false,"description":{"content":"Channel ids, comma separated. Combine with `sources` to match either.","type":"text/plain"},"key":"channels","value":"<string>"},{"disabled":false,"description":{"content":"Custom source ids, comma separated.","type":"text/plain"},"key":"sources","value":"<string>"},{"disabled":false,"description":{"content":"Tag ids, comma separated.","type":"text/plain"},"key":"tags","value":"<string>"},{"disabled":false,"description":{"content":"Searches review text and author names.","type":"text/plain"},"key":"q","value":"<string>"},{"disabled":false,"description":{"content":"Only reviews with photos or videos. (This can only be one of 1)","type":"text/plain"},"key":"media_only","value":"1"},{"disabled":false,"description":{"content":"Only reviews with an author photo. (This can only be one of 1)","type":"text/plain"},"key":"with_photos","value":"1"},{"disabled":false,"description":{"content":"Page size, 1-100 (default 25).","type":"text/plain"},"key":"limit","value":"25"},{"disabled":false,"description":{"content":"Only reviews with a star rating at or above this value (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"min_rating","value":"<number>"},{"disabled":false,"description":{"content":"Only reviews with a star rating at or below this value (1-5). Ratings on other scales are normalized to 5 stars.","type":"text/plain"},"key":"max_rating","value":"<number>"},{"disabled":false,"description":{"content":"Only reviews posted on or after this date. Accepts a date or datetime, e.g. `2026-01-01` or `2026-01-01 09:00:00`.","type":"text/plain"},"key":"since","value":"<string>"},{"disabled":false,"description":{"content":"Only reviews posted on or before this date. Accepts a date or datetime, e.g. `2026-06-30` or `2026-06-30 23:59:59`.","type":"text/plain"},"key":"until","value":"<string>"},{"disabled":false,"description":{"content":"ISO language code, e.g. `es`. Returns each review's `text` translated to this language; the untranslated text is kept in `text_original` and the target code in `text_language`.","type":"text/plain"},"key":"translate","value":"<string>"},{"disabled":false,"description":{"content":"Pagination cursor - pass the `next_before_ts` of the previous page to fetch the next one. Pass together with `before_id`.","type":"text/plain"},"key":"before_ts","value":"<integer>"},{"disabled":false,"description":{"content":"Pagination cursor - pass the `next_before_id` of the previous page alongside `before_ts` to fetch the next one. Both are required together to break ties between reviews with the same timestamp.","type":"text/plain"},"key":"before_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"47ce134f-00e9-43fa-aa57-11eb5f514a0f","name":"Get a review","request":{"name":"Get a review","description":{},"url":{"path":["reviews","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"73725f3d-5300-4cb2-bf5d-f79ccceeaf93","name":"The review","originalRequest":{"url":{"path":["reviews","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"label\": \"<string>\",\n  \"text\": \"<string>\",\n  \"text_original\": \"<string>\",\n  \"text_language\": \"<string>\",\n  \"sentiment\": \"neutral\",\n  \"from_name\": \"<string>\",\n  \"from_image\": \"<uri>\",\n  \"from_url\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"rating_value\": \"<number>\",\n  \"rating_scale\": \"<integer>\",\n  \"posted_on\": \"<string>\",\n  \"tags\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"additional\": {},\n  \"media\": [\n    {\n      \"type\": \"image\",\n      \"url\": \"<uri>\",\n      \"src\": \"<uri>\"\n    },\n    {\n      \"type\": \"video\",\n      \"url\": \"<uri>\",\n      \"src\": \"<uri>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4faa6981-e0c0-4d8a-ba5e-f7d26e315fc7","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["reviews","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"add","description":"","item":[{"id":"6055ddfa-a687-421e-9d12-4c2ebffa8b07","name":"Add a review","request":{"name":"Add a review","description":{"content":"Creates a review collected outside Repuso. Approving it (`status: 1`) publishes it to your widgets immediately. Duplicates (same author + text) are rejected.","type":"text/plain"},"url":{"path":["reviews","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from_name\": \"<string>\",\n  \"text\": \"<string>\",\n  \"posted_on\": \"<string>\",\n  \"rating_value\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"from_image\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"photo\": \"<string>\",\n  \"video\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"81df2640-ef36-4dae-b205-27ed29a42361","name":"The created review","originalRequest":{"url":{"path":["reviews","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from_name\": \"<string>\",\n  \"text\": \"<string>\",\n  \"posted_on\": \"<string>\",\n  \"rating_value\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"from_image\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"photo\": \"<string>\",\n  \"video\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"review\": {\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"label\": \"<string>\",\n    \"text\": \"<string>\",\n    \"text_original\": \"<string>\",\n    \"text_language\": \"<string>\",\n    \"sentiment\": \"neutral\",\n    \"from_name\": \"<string>\",\n    \"from_image\": \"<uri>\",\n    \"from_url\": \"<uri>\",\n    \"post_url\": \"<uri>\",\n    \"rating_value\": \"<number>\",\n    \"rating_scale\": \"<integer>\",\n    \"posted_on\": \"<string>\",\n    \"tags\": [\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"additional\": {},\n    \"media\": [\n      {\n        \"type\": \"video\",\n        \"url\": \"<uri>\",\n        \"src\": \"<uri>\"\n      },\n      {\n        \"type\": \"audio\",\n        \"url\": \"<uri>\",\n        \"src\": \"<uri>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb8cb255-870d-4bfa-8bc4-49fb3d931bc7","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["reviews","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from_name\": \"<string>\",\n  \"text\": \"<string>\",\n  \"posted_on\": \"<string>\",\n  \"rating_value\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"from_image\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"photo\": \"<string>\",\n  \"video\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"add_bulk","description":"","item":[{"id":"a6ba48b7-5d61-47e4-a3a9-483b4ee97675","name":"Add reviews in bulk","request":{"name":"Add reviews in bulk","description":{"content":"Validates and inserts many reviews at once. With `validate_only: true` the payload is checked but nothing is inserted.","type":"text/plain"},"url":{"path":["reviews","add_bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"reviews\": [\n    {\n      \"from_name\": \"<string>\",\n      \"text\": \"<string>\",\n      \"posted_on\": \"<string>\",\n      \"rating_value\": \"<integer>\",\n      \"source\": \"<string>\",\n      \"from_image\": \"<uri>\",\n      \"post_url\": \"<uri>\",\n      \"photo\": \"<string>\",\n      \"video\": \"<string>\"\n    },\n    {\n      \"from_name\": \"<string>\",\n      \"text\": \"<string>\",\n      \"posted_on\": \"<string>\",\n      \"rating_value\": \"<integer>\",\n      \"source\": \"<string>\",\n      \"from_image\": \"<uri>\",\n      \"post_url\": \"<uri>\",\n      \"photo\": \"<string>\",\n      \"video\": \"<string>\"\n    }\n  ],\n  \"validate_only\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"571a8e98-5495-4e28-b90a-44995694336a","name":"Validation / insert results with `valid` and `invalid` counts and per-item `errors`.","originalRequest":{"url":{"path":["reviews","add_bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"reviews\": [\n    {\n      \"from_name\": \"<string>\",\n      \"text\": \"<string>\",\n      \"posted_on\": \"<string>\",\n      \"rating_value\": \"<integer>\",\n      \"source\": \"<string>\",\n      \"from_image\": \"<uri>\",\n      \"post_url\": \"<uri>\",\n      \"photo\": \"<string>\",\n      \"video\": \"<string>\"\n    },\n    {\n      \"from_name\": \"<string>\",\n      \"text\": \"<string>\",\n      \"posted_on\": \"<string>\",\n      \"rating_value\": \"<integer>\",\n      \"source\": \"<string>\",\n      \"from_image\": \"<uri>\",\n      \"post_url\": \"<uri>\",\n      \"photo\": \"<string>\",\n      \"video\": \"<string>\"\n    }\n  ],\n  \"validate_only\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"validation\": \"<boolean>\",\n  \"valid\": \"<integer>\",\n  \"invalid\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"update","description":"","item":[{"name":"{id}","description":"","item":[{"id":"0e4a114f-d84a-405c-b234-1f593fa3a844","name":"Update a review","request":{"name":"Update a review","description":{"content":"Update content, curation status or rating. Approving purges widget caches automatically.","type":"text/plain"},"url":{"path":["reviews","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\",\n  \"text\": \"<string>\",\n  \"from_name\": \"<string>\",\n  \"posted_on\": \"<date>\",\n  \"rating_value\": \"<integer>\",\n  \"from_image\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"video_url\": \"<uri>\",\n  \"source_id\": \"<integer>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"4e19c4d3-77af-4571-8f61-fb6a156ab33e","name":"The updated review","originalRequest":{"url":{"path":["reviews","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\",\n  \"text\": \"<string>\",\n  \"from_name\": \"<string>\",\n  \"posted_on\": \"<date>\",\n  \"rating_value\": \"<integer>\",\n  \"from_image\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"video_url\": \"<uri>\",\n  \"source_id\": \"<integer>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"review\": {\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"label\": \"<string>\",\n    \"text\": \"<string>\",\n    \"text_original\": \"<string>\",\n    \"text_language\": \"<string>\",\n    \"sentiment\": \"negative\",\n    \"from_name\": \"<string>\",\n    \"from_image\": \"<uri>\",\n    \"from_url\": \"<uri>\",\n    \"post_url\": \"<uri>\",\n    \"rating_value\": \"<number>\",\n    \"rating_scale\": \"<integer>\",\n    \"posted_on\": \"<string>\",\n    \"tags\": [\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"additional\": {},\n    \"media\": [\n      {\n        \"type\": \"audio\",\n        \"url\": \"<uri>\",\n        \"src\": \"<uri>\"\n      },\n      {\n        \"type\": \"video\",\n        \"url\": \"<uri>\",\n        \"src\": \"<uri>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee102970-4a2f-472a-b8b0-d23b257c7fd4","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["reviews","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\",\n  \"text\": \"<string>\",\n  \"from_name\": \"<string>\",\n  \"posted_on\": \"<date>\",\n  \"rating_value\": \"<integer>\",\n  \"from_image\": \"<uri>\",\n  \"post_url\": \"<uri>\",\n  \"video_url\": \"<uri>\",\n  \"source_id\": \"<integer>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"delete","description":"","item":[{"name":"{id}","description":"","item":[{"id":"a666e34d-ac2d-4d87-b67a-fc3d5f7d065c","name":"Delete a review","request":{"name":"Delete a review","description":{"content":"Deletes the review and purges widget caches.","type":"text/plain"},"url":{"path":["reviews","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"76f20500-5c08-42fc-9252-2a6ec1a9b7c6","name":"Deleted","originalRequest":{"url":{"path":["reviews","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e307013c-ddc1-4fc7-a27b-b56c4cf2a440","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["reviews","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"channels","description":"","item":[{"name":"get","description":"","item":[{"id":"12fdd73b-eb0c-4cd5-93b4-0cc63d10d5fe","name":"List channels","request":{"name":"List channels","description":{"content":"Connected channels of the token's sub account. Responses are cached for a few minutes; mutations invalidate the cache.","type":"text/plain"},"url":{"path":["channels","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"cabf1667-53aa-4e15-ac6a-2dba33fd19b3","name":"Connected channels","originalRequest":{"url":{"path":["channels","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"count\": \"<integer>\",\n  \"items\": [\n    {\n      \"id\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"label\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"name\": \"<string>\",\n      \"image_url\": \"<uri>\",\n      \"url\": \"<uri>\",\n      \"disabled\": \"<integer>\",\n      \"errors\": \"<integer>\",\n      \"official_score\": \"<number>\",\n      \"official_num_reviews\": \"<integer>\",\n      \"competitor\": \"<integer>\",\n      \"group\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"checked_minutes_ago\": \"<integer>\",\n      \"logo_big\": \"<string>\",\n      \"logo_icon\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"label\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"name\": \"<string>\",\n      \"image_url\": \"<uri>\",\n      \"url\": \"<uri>\",\n      \"disabled\": \"<integer>\",\n      \"errors\": \"<integer>\",\n      \"official_score\": \"<number>\",\n      \"official_num_reviews\": \"<integer>\",\n      \"competitor\": \"<integer>\",\n      \"group\": null,\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"checked_minutes_ago\": \"<integer>\",\n      \"logo_big\": \"<string>\",\n      \"logo_icon\": \"<string>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"921aa6d0-2d66-47e0-91bb-8329fc12ece1","name":"Get a channel","request":{"name":"Get a channel","description":{},"url":{"path":["channels","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"16b66f93-dd29-4636-be3e-764116910797","name":"The channel","originalRequest":{"url":{"path":["channels","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"label\": \"<string>\",\n  \"logo\": \"<uri>\",\n  \"name\": \"<string>\",\n  \"image_url\": \"<uri>\",\n  \"url\": \"<uri>\",\n  \"disabled\": \"<integer>\",\n  \"errors\": \"<integer>\",\n  \"official_score\": \"<number>\",\n  \"official_num_reviews\": \"<integer>\",\n  \"competitor\": \"<integer>\",\n  \"group\": null,\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"checked_minutes_ago\": \"<integer>\",\n  \"logo_big\": \"<string>\",\n  \"logo_icon\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"159b7c32-94b0-4b51-af27-3072dbde5def","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["channels","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"types","description":"","item":[{"id":"51eea653-a663-47ec-9730-0e2e45902781","name":"List connectable platforms","request":{"name":"List connectable platforms","description":{"content":"The catalog of platforms Repuso can collect reviews from, each with its connection method and required parameters. Platforms connect in different ways: most take a public profile `url`, a few use OAuth (`authorize_url` flow), and some are dashboard-only.","type":"text/plain"},"url":{"path":["channels","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"aadf4b75-b149-464b-ac0b-b2f7eb906e2e","name":"Platform catalog","originalRequest":{"url":{"path":["channels","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"count\": \"<integer>\",\n  \"items\": [\n    {\n      \"type\": \"<string>\",\n      \"label\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"groups\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"connect\": {\n        \"method\": \"oauth\",\n        \"params\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"instructions\": \"<string>\",\n        \"url_example\": \"<string>\"\n      },\n      \"metadata\": {}\n    },\n    {\n      \"type\": \"<string>\",\n      \"label\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"groups\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"connect\": {\n        \"method\": \"url\",\n        \"params\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"instructions\": \"<string>\",\n        \"url_example\": \"<string>\"\n      },\n      \"metadata\": {}\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{type}","description":"","item":[{"id":"4ebabc1c-56b9-4000-ad63-d8b81fbf2a6c","name":"Get a platform's connection info","request":{"name":"Get a platform's connection info","description":{"content":"One platform with its connection instructions and, where relevant, platform metadata such as selectable stores and countries (App Store, Google Play, Yelp, Tripadvisor…).","type":"text/plain"},"url":{"path":["channels","types",":type"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"type","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"579f0d27-66ca-4273-af4c-9ebf8e6ca74d","name":"The platform","originalRequest":{"url":{"path":["channels","types",":type"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<string>","key":"type"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"<string>\",\n  \"label\": \"<string>\",\n  \"logo\": \"<uri>\",\n  \"groups\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"connect\": {\n    \"method\": \"url\",\n    \"params\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"instructions\": \"<string>\",\n    \"url_example\": \"<string>\"\n  },\n  \"metadata\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3c89b791-f6ee-4f38-9b85-defae2c364b2","name":"Unknown platform type","originalRequest":{"url":{"path":["channels","types",":type"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<string>","key":"type"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"check","description":"","item":[{"id":"7d08bab3-f5e6-49c4-94dc-3bf1b092354f","name":"Check before connecting","request":{"name":"Check before connecting","description":{"content":"Validates the platform type and your plan's channel limits without connecting anything. Returns 402 when the sub account is at its per-platform channel limit.","type":"text/plain"},"url":{"path":["channels","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"947a6471-a433-4919-9a95-3fbaefef9594","name":"OK to connect","originalRequest":{"url":{"path":["channels","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5378397c-d243-459b-971e-c690b52cc1d0","name":"Plan limit reached","originalRequest":{"url":{"path":["channels","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"add","description":"","item":[{"id":"867706f7-1f2b-4bcf-a072-5a554b90ab19","name":"Connect a channel","request":{"name":"Connect a channel","description":{"content":"Connects a platform. URL platforms take a public profile `url` (for WordPress: the URL of your site with the Repuso plugin installed); Delighted takes your Delighted API key as `access_token`. Details are validated, then the first review crawl is queued in the background - reviews appear once it completes. OAuth platforms (Facebook, Instagram, Twitter/X, Zendesk) return an error pointing to the `authorize_url` flow. Requires an admin or editor API key.","type":"text/plain"},"url":{"path":["channels","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"url\": \"<uri>\",\n  \"access_token\": \"<string>\",\n  \"trend_id\": \"<string>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"454c2ecc-0030-412d-851f-4d4d49c23a76","name":"Connected, first crawl queued","originalRequest":{"url":{"path":["channels","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"url\": \"<uri>\",\n  \"access_token\": \"<string>\",\n  \"trend_id\": \"<string>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"crawl_queued\": \"<boolean>\",\n  \"channel\": {\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"label\": \"<string>\",\n    \"logo\": \"<uri>\",\n    \"name\": \"<string>\",\n    \"image_url\": \"<uri>\",\n    \"url\": \"<uri>\",\n    \"disabled\": \"<integer>\",\n    \"errors\": \"<integer>\",\n    \"official_score\": \"<number>\",\n    \"official_num_reviews\": \"<integer>\",\n    \"competitor\": \"<integer>\",\n    \"group\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"labels\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"checked_minutes_ago\": \"<integer>\",\n    \"logo_big\": \"<string>\",\n    \"logo_icon\": \"<string>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee5aa821-5a38-4e7f-bba3-1ad6e3f10904","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["channels","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"url\": \"<uri>\",\n  \"access_token\": \"<string>\",\n  \"trend_id\": \"<string>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9168720d-658c-4ea6-96ad-2657a96ef308","name":"Plan limit reached","originalRequest":{"url":{"path":["channels","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"url\": \"<uri>\",\n  \"access_token\": \"<string>\",\n  \"trend_id\": \"<string>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Payment Required","code":402,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af017cb3-d80b-438b-874b-449d44dbf3c1","name":"The URL could not be validated as a profile on this platform","originalRequest":{"url":{"path":["channels","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Optional. Repeating a request with the same key within 24h returns the original response instead of creating a duplicate.","type":"text/plain"},"key":"Idempotency-Key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"url\": \"<uri>\",\n  \"access_token\": \"<string>\",\n  \"trend_id\": \"<string>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"authorize_url","description":"","item":[{"id":"2bc6a69e-e8f0-4056-bbe5-0b9bddf26559","name":"Get an OAuth authorize URL","request":{"name":"Get an OAuth authorize URL","description":{"content":"For OAuth platforms (Facebook, Instagram, Twitter/X, Zendesk): returns the authorization URL. Send the account owner through it in a browser - the connection completes after they approve access. Zendesk additionally requires `subdomain`.","type":"text/plain"},"url":{"path":["channels","authorize_url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"subdomain\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"ca479758-574a-4fc1-baad-55eb3ac63cac","name":"The authorize URL","originalRequest":{"url":{"path":["channels","authorize_url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"subdomain\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"type\": \"<string>\",\n  \"authorize_url\": \"<uri>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"349f6b78-b5c5-4296-ae59-444742800f36","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["channels","authorize_url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<string>\",\n  \"subdomain\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"update","description":"","item":[{"name":"{id}","description":"","item":[{"id":"a729afc7-aed4-4ff1-ba23-149d1479a5aa","name":"Update a channel","request":{"name":"Update a channel","description":{"content":"Editable fields: `name`, `auto_approve` (new reviews go straight to approved), `auto_approve_4_stars`, and `stores` / `countries` for store-based platforms. Requires an admin or editor API key.","type":"text/plain"},"url":{"path":["channels","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"auto_approve\": \"<boolean>\",\n  \"auto_approve_4_stars\": \"<boolean>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"8a932bc5-38bf-4773-87dd-e8627e6329c1","name":"Updated","originalRequest":{"url":{"path":["channels","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"auto_approve\": \"<boolean>\",\n  \"auto_approve_4_stars\": \"<boolean>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"channel\": {\n    \"id\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"label\": \"<string>\",\n    \"logo\": \"<uri>\",\n    \"name\": \"<string>\",\n    \"image_url\": \"<uri>\",\n    \"url\": \"<uri>\",\n    \"disabled\": \"<integer>\",\n    \"errors\": \"<integer>\",\n    \"official_score\": \"<number>\",\n    \"official_num_reviews\": \"<integer>\",\n    \"competitor\": \"<integer>\",\n    \"group\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"labels\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"checked_minutes_ago\": \"<integer>\",\n    \"logo_big\": \"<string>\",\n    \"logo_icon\": \"<string>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc48e387-983f-4f14-9ae9-9241cf2f17ab","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["channels","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"auto_approve\": \"<boolean>\",\n  \"auto_approve_4_stars\": \"<boolean>\",\n  \"stores\": \"<string>\",\n  \"countries\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"delete","description":"","item":[{"name":"{id}","description":"","item":[{"id":"dc2a2a97-47e4-41db-99da-f6442aaf2fab","name":"Disconnect a channel","request":{"name":"Disconnect a channel","description":{"content":"Disconnects the platform. By default its collected reviews are removed too - pass `keep_reviews=1` to keep them. Requires an admin or editor API key.","type":"text/plain"},"url":{"path":["channels","delete",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"`1` - keep the reviews collected from this channel. (This can only be one of 1)","type":"text/plain"},"key":"keep_reviews","value":"1"}],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"e5dcce56-9ccd-4784-85de-104005c38147","name":"Disconnected","originalRequest":{"url":{"path":["channels","delete",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"`1` - keep the reviews collected from this channel. (This can only be one of 1)","type":"text/plain"},"key":"keep_reviews","value":"1"}],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"reviews_kept\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a0ea161-7746-4643-a892-0aa871573eba","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["channels","delete",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"`1` - keep the reviews collected from this channel. (This can only be one of 1)","type":"text/plain"},"key":"keep_reviews","value":"1"}],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"refresh","description":"","item":[{"name":"{id}","description":"","item":[{"id":"a8219de6-dae2-49e8-8a74-c8b5130c5be1","name":"Queue a refresh","request":{"name":"Queue a refresh","description":{"content":"Queues a background re-crawl of the channel. Crawls never run inline: channels refresh automatically on a regular schedule, so this is only needed after changes on the platform side. Allowed once per channel per 6 hours - recently-checked channels return 429 with `retry_after_minutes`.","type":"text/plain"},"url":{"path":["channels","refresh",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{},"auth":null},"response":[{"id":"f609034e-4071-4e24-9469-66058ec5aad7","name":"Refresh queued","originalRequest":{"url":{"path":["channels","refresh",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"queued\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3f6ce89b-790a-4560-8252-4949004dd643","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["channels","refresh",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6781339-45d9-403c-9402-2dd2eb71f056","name":"Checked recently or already queued","originalRequest":{"url":{"path":["channels","refresh",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"queued\": \"<boolean>\",\n  \"msg\": \"<string>\",\n  \"last_checked\": \"<string>\",\n  \"retry_after_minutes\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"discover","description":"","item":[{"id":"2dddf5af-25bb-4e6f-8e37-eefb90afdaad","name":"Discover a business's profiles by name","request":{"name":"Discover a business's profiles by name","description":{"content":"Find a business's review profiles by name on up to 3 platforms per search. **Google searches use Google Places** (exact, verified, returns place_id); other platforms use web-search discovery. Limited to 30 discoveries per account per day.","type":"text/plain"},"url":{"path":["channels","discover"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"platforms\": [\n    \"<string>\"\n  ],\n  \"country\": \"<string>\",\n  \"verify\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"905bad40-d945-4e8a-b12c-f2114475a6ce","name":"Candidate profiles","originalRequest":{"url":{"path":["channels","discover"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"platforms\": [\n    \"<string>\"\n  ],\n  \"country\": \"<string>\",\n  \"verify\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"},{"id":"58a84c3a-a68f-4fc7-bdf1-7b43bd352b4a","name":"Daily discovery limit reached","originalRequest":{"url":{"path":["channels","discover"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"platforms\": [\n    \"<string>\"\n  ],\n  \"country\": \"<string>\",\n  \"verify\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"rating_history","description":"","item":[{"name":"{id}","description":"","item":[{"id":"44454416-12af-4c40-a100-17ec3b86953d","name":"Rating history for a channel","request":{"name":"Rating history for a channel","description":{"content":"Daily snapshots of the official score and review count. Dates before monitoring started are reconstructed from the collected reviews (cumulative average) and flagged with `estimated: true`; from the first crawl onward, points are real snapshots of the platform's official figures.","type":"text/plain"},"url":{"path":["channels","rating_history",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Window size in days (max 365)","type":"text/plain"},"key":"days","value":"90"}],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) Channel id","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"8b1f1bd9-8c14-4282-9f3c-397db1322760","name":"History points, oldest first","originalRequest":{"url":{"path":["channels","rating_history",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Window size in days (max 365)","type":"text/plain"},"key":"days","value":"90"}],"variable":[{"disabled":false,"description":{"content":"(Required) Channel id","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"history\": [\n    {\n      \"date\": \"<string>\",\n      \"score\": \"<number>\",\n      \"reviews\": \"<integer>\",\n      \"estimated\": \"<boolean>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"score\": \"<number>\",\n      \"reviews\": \"<integer>\",\n      \"estimated\": \"<boolean>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f0b31fc-419e-42ea-9eb9-004e4773e32b","name":"Channel not found","originalRequest":{"url":{"path":["channels","rating_history",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Window size in days (max 365)","type":"text/plain"},"key":"days","value":"90"}],"variable":[{"disabled":false,"description":{"content":"(Required) Channel id","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"ai","description":"","item":[{"name":"summary","description":"","item":[{"name":"{id}","description":"","item":[{"id":"3d33d185-dc61-4bf1-9b4c-cdab51b28a43","name":"AI review summary","request":{"name":"AI review summary","description":{"content":"A short AI-generated summary of the profile's reviews. Cheap cached read; it regenerates automatically when enough new reviews arrive (>=5) or the summary is over 30 days old, subject to a per-account daily cap. Returns summary: null until the profile has collected reviews. The language field is \"auto\" when the summary followed the reviews' own language.","type":"text/plain"},"url":{"path":["channels","ai","summary",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"6db92d0e-022e-4854-95b8-b0355cb0465c","name":"The stored (or freshly generated) summary","originalRequest":{"url":{"path":["channels","ai","summary",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f08a2c67-1cbe-48f5-88ec-d65e7d4bec53","name":"Regenerate the AI summary","request":{"name":"Regenerate the AI summary","description":{"content":"Force a fresh summary. Optional length (target words) and language (default: the reviews' own language). Rate limited: a 60-second per-profile cooldown and a per-account daily generation cap (429 when exceeded). Each call runs an AI generation.","type":"text/plain"},"url":{"path":["channels","ai","summary",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"length\": \"<integer>\",\n  \"language\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"6f9b6b36-c36b-4fd3-880c-8accb05def25","name":"Generated","originalRequest":{"url":{"path":["channels","ai","summary",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"length\": \"<integer>\",\n  \"language\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6cf39f8-3620-4730-afca-d38178e8aaad","name":"Cooldown or daily AI limit reached","originalRequest":{"url":{"path":["channels","ai","summary",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"length\": \"<integer>\",\n  \"language\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"insights","description":"","item":[{"name":"{id}","description":"","item":[{"id":"389da069-b787-4b12-ae1b-a41f88710d2c","name":"AI insights for a profile","request":{"name":"AI insights for a profile","description":{"content":"A sentiment breakdown plus the strengths customers praise and the opportunities to improve. Sentiment is derived from the reviews' star ratings; the strengths and improvements come from AI and are cached, regenerating automatically when new reviews arrive. When the profile has fewer than 5 text reviews the response returns `below_threshold: true` with empty `strengths` and `improvements` arrays. Each improvement's `severity` is either \"recurring\" or \"isolated\".","type":"text/plain"},"url":{"path":["channels","ai","insights",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Language for the AI-generated strengths and improvements. (This can only be one of en,fr,es,pt,de,it)","type":"text/plain"},"key":"language","value":"en"}],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"cef36b98-6b58-47ef-bd21-ea0f01f15bdf","name":"The stored (or freshly generated) insights","originalRequest":{"url":{"path":["channels","ai","insights",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Language for the AI-generated strengths and improvements. (This can only be one of en,fr,es,pt,de,it)","type":"text/plain"},"key":"language","value":"en"}],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]}]},{"name":"invite","description":"","item":[{"name":"requests","description":"","item":[{"name":"get","description":"","item":[{"id":"cdb07e53-0027-49f7-8a68-79e72b6e4b12","name":"List requests","request":{"name":"List requests","description":{},"url":{"path":["invite","requests","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"One or more statuses, comma separated (e.g. `pending,sent`).","type":"text/plain"},"key":"status","value":"<string>"},{"disabled":false,"description":{"content":"Exclude statuses, comma separated.","type":"text/plain"},"key":"status_not","value":"<string>"},{"disabled":false,"description":{"content":"Searches recipient, name and data.","type":"text/plain"},"key":"search","value":"<string>"},{"disabled":false,"description":{"content":"Exact recipient match.","type":"text/plain"},"key":"recipient","value":"<string>"},{"disabled":false,"description":{"content":"List the follow-up steps of a specific request.","type":"text/plain"},"key":"parent_id","value":"<integer>"},{"disabled":false,"description":{"content":"`email` or `sms`. (This can only be one of email,sms)","type":"text/plain"},"key":"type","value":"email"},{"disabled":false,"description":{"content":"Offset for paging.","type":"text/plain"},"key":"start","value":"<integer>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"limit","value":"<integer>"},{"disabled":false,"description":{"content":"Sort column, default `id`.","type":"text/plain"},"key":"order","value":"<string>"},{"disabled":false,"description":{"content":" (This can only be one of ASC,DESC)","type":"text/plain"},"key":"sort","value":"ASC"},{"disabled":false,"description":{"content":"Invite settings profile id. Omit for the default profile.","type":"text/plain"},"key":"settings_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"34b720c3-abd1-4f09-bc49-75f9a8b4fe34","name":"A page of requests","originalRequest":{"url":{"path":["invite","requests","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"One or more statuses, comma separated (e.g. `pending,sent`).","type":"text/plain"},"key":"status","value":"<string>"},{"disabled":false,"description":{"content":"Exclude statuses, comma separated.","type":"text/plain"},"key":"status_not","value":"<string>"},{"disabled":false,"description":{"content":"Searches recipient, name and data.","type":"text/plain"},"key":"search","value":"<string>"},{"disabled":false,"description":{"content":"Exact recipient match.","type":"text/plain"},"key":"recipient","value":"<string>"},{"disabled":false,"description":{"content":"List the follow-up steps of a specific request.","type":"text/plain"},"key":"parent_id","value":"<integer>"},{"disabled":false,"description":{"content":"`email` or `sms`. (This can only be one of email,sms)","type":"text/plain"},"key":"type","value":"email"},{"disabled":false,"description":{"content":"Offset for paging.","type":"text/plain"},"key":"start","value":"<integer>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"limit","value":"<integer>"},{"disabled":false,"description":{"content":"Sort column, default `id`.","type":"text/plain"},"key":"order","value":"<string>"},{"disabled":false,"description":{"content":" (This can only be one of ASC,DESC)","type":"text/plain"},"key":"sort","value":"ASC"},{"disabled":false,"description":{"content":"Invite settings profile id. Omit for the default profile.","type":"text/plain"},"key":"settings_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"count\": \"<integer>\",\n  \"items\": [\n    {\n      \"id\": \"<integer>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"type\": \"email\",\n      \"name\": \"<string>\",\n      \"recipient\": \"<string>\",\n      \"schedule\": \"<string>\",\n      \"sent_at\": \"<string>\",\n      \"status\": \"<string>\",\n      \"data\": {},\n      \"parent_id\": \"<integer>\",\n      \"step\": \"<integer>\",\n      \"template_id\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"type\": \"email\",\n      \"name\": \"<string>\",\n      \"recipient\": \"<string>\",\n      \"schedule\": \"<string>\",\n      \"sent_at\": \"<string>\",\n      \"status\": \"<string>\",\n      \"data\": {},\n      \"parent_id\": \"<integer>\",\n      \"step\": \"<integer>\",\n      \"template_id\": \"<integer>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"a573fd18-ea74-4738-acb9-1a9302362f12","name":"Get a request","request":{"name":"Get a request","description":{},"url":{"path":["invite","requests","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"739265a6-f284-46b5-bcd2-ff15cf91aaf0","name":"The request","originalRequest":{"url":{"path":["invite","requests","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"created_at\": \"<string>\",\n  \"updated_at\": \"<string>\",\n  \"type\": \"email\",\n  \"name\": \"<string>\",\n  \"recipient\": \"<string>\",\n  \"schedule\": \"<string>\",\n  \"sent_at\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": {},\n  \"parent_id\": \"<integer>\",\n  \"step\": \"<integer>\",\n  \"template_id\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"34f114cb-968b-4426-84da-32353ecf0086","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"add","description":"","item":[{"id":"6f179868-6dbc-4f55-80ae-efed0a5c9c48","name":"Create a request","request":{"name":"Create a request","description":{"content":"Queues a review invitation. Without an explicit delay the settings' default delay applies. When the settings' follow-up sequence is enabled, follow-up steps are scheduled automatically for email requests.","type":"text/plain"},"url":{"path":["invite","requests","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"recipient\": \"<string>\",\n  \"name\": \"<string>\",\n  \"delay_unit\": \"days\",\n  \"delay_amount\": \"<integer>\",\n  \"settings_id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"98c10956-2aa6-488f-b236-15fa15867c48","name":"The created request","originalRequest":{"url":{"path":["invite","requests","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"recipient\": \"<string>\",\n  \"name\": \"<string>\",\n  \"delay_unit\": \"days\",\n  \"delay_amount\": \"<integer>\",\n  \"settings_id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"request\": {\n    \"id\": \"<integer>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"type\": \"sms\",\n    \"name\": \"<string>\",\n    \"recipient\": \"<string>\",\n    \"schedule\": \"<string>\",\n    \"sent_at\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": {},\n    \"parent_id\": \"<integer>\",\n    \"step\": \"<integer>\",\n    \"template_id\": \"<integer>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"939103ee-1104-4e3e-b320-6fe239ec2a26","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"recipient\": \"<string>\",\n  \"name\": \"<string>\",\n  \"delay_unit\": \"days\",\n  \"delay_amount\": \"<integer>\",\n  \"settings_id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"add_bulk","description":"","item":[{"id":"5539542e-cd33-47be-8d03-22e74d5ec8ee","name":"Create requests in bulk","request":{"name":"Create requests in bulk","description":{},"url":{"path":["invite","requests","add_bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"requests\": [\n    {\n      \"recipient\": \"<string>\",\n      \"name\": \"<string>\",\n      \"delay_unit\": \"days\",\n      \"delay_amount\": \"<integer>\",\n      \"settings_id\": \"<integer>\"\n    },\n    {\n      \"recipient\": \"<string>\",\n      \"name\": \"<string>\",\n      \"delay_unit\": \"hours\",\n      \"delay_amount\": \"<integer>\",\n      \"settings_id\": \"<integer>\"\n    }\n  ],\n  \"validate_only\": false,\n  \"settings_id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"c7ac7ba9-c736-4900-9d72-44f5d5b34e3c","name":"Validation / insert results","originalRequest":{"url":{"path":["invite","requests","add_bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"requests\": [\n    {\n      \"recipient\": \"<string>\",\n      \"name\": \"<string>\",\n      \"delay_unit\": \"days\",\n      \"delay_amount\": \"<integer>\",\n      \"settings_id\": \"<integer>\"\n    },\n    {\n      \"recipient\": \"<string>\",\n      \"name\": \"<string>\",\n      \"delay_unit\": \"hours\",\n      \"delay_amount\": \"<integer>\",\n      \"settings_id\": \"<integer>\"\n    }\n  ],\n  \"validate_only\": false,\n  \"settings_id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"validation\": \"<boolean>\",\n  \"valid\": \"<integer>\",\n  \"invalid\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"send","description":"","item":[{"name":"{id}","description":"","item":[{"id":"0b13892b-4915-4069-91d0-4cc6b6ae1d64","name":"Send a request now","request":{"name":"Send a request now","description":{"content":"Sends a pending request immediately instead of waiting for its schedule.","type":"text/plain"},"url":{"path":["invite","requests","send",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{},"auth":null},"response":[{"id":"a87e65dd-3d68-484e-b62f-a607e05de65c","name":"Sent","originalRequest":{"url":{"path":["invite","requests","send",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"request\": {\n    \"id\": \"<integer>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"type\": \"sms\",\n    \"name\": \"<string>\",\n    \"recipient\": \"<string>\",\n    \"schedule\": \"<string>\",\n    \"sent_at\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": {},\n    \"parent_id\": \"<integer>\",\n    \"step\": \"<integer>\",\n    \"template_id\": \"<integer>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5edfb931-b519-4376-816e-77fa708bf347","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","send",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"update","description":"","item":[{"name":"{id}","description":"","item":[{"id":"14ceffc5-5eab-46df-ac25-4682500e2fad","name":"Update a request","request":{"name":"Update a request","description":{"content":"Editable fields: `name`, `recipient`, `schedule`, `data`.","type":"text/plain"},"url":{"path":["invite","requests","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"recipient\": \"<string>\",\n  \"schedule\": \"<string>\",\n  \"data\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"d2faf556-aa47-483f-a71e-ae9c0ff1976b","name":"Updated","originalRequest":{"url":{"path":["invite","requests","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"recipient\": \"<string>\",\n  \"schedule\": \"<string>\",\n  \"data\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d978fe97-31ef-4be0-b5b9-4d3c31823b5e","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"recipient\": \"<string>\",\n  \"schedule\": \"<string>\",\n  \"data\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"delete","description":"","item":[{"name":"{id}","description":"","item":[{"id":"18de8f4d-5790-4796-8c02-860c7b771f37","name":"Delete a request","request":{"name":"Delete a request","description":{"content":"Deleting a request also cancels its remaining follow-up steps.","type":"text/plain"},"url":{"path":["invite","requests","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"21711c5c-86ad-4eb6-be2b-7c4ae0d53873","name":"Deleted","originalRequest":{"url":{"path":["invite","requests","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fbef87a-bbd1-4db6-8010-1e83971552d3","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"activity","description":"","item":[{"name":"{id}","description":"","item":[{"id":"9df06ff8-327c-4d75-b56c-acf3f93399ac","name":"Request activity timeline","request":{"name":"Request activity timeline","description":{"content":"Per-request event timeline: queued, sent, opened, clicked, unsubscribed, reviewed…","type":"text/plain"},"url":{"path":["invite","requests","activity",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"0ac69335-6d9d-4731-b597-7340a055a13d","name":"The timeline","originalRequest":{"url":{"path":["invite","requests","activity",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"request\": {},\n  \"activity\": [\n    {\n      \"id\": \"<integer>\",\n      \"created_at\": \"<string>\",\n      \"source\": \"<string>\",\n      \"type\": \"<string>\",\n      \"status\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"created_at\": \"<string>\",\n      \"source\": \"<string>\",\n      \"type\": \"<string>\",\n      \"status\": \"<string>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6bf1e33-f462-4066-973c-37d1ebfb13df","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","activity",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"reviewed","description":"","item":[{"name":"{id}","description":"","item":[{"id":"08814334-ca56-49b2-bdf4-eff106699820","name":"Mark as reviewed","request":{"name":"Mark as reviewed","description":{"content":"Marks a request as reviewed and cancels its remaining follow-up steps.","type":"text/plain"},"url":{"path":["invite","requests","reviewed",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{},"auth":null},"response":[{"id":"6d951a20-784a-4a2e-9ceb-631ae0b65b0c","name":"Marked","originalRequest":{"url":{"path":["invite","requests","reviewed",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7aab464-fa20-47e2-b394-7f383be32fbc","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","reviewed",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"stop_sequence","description":"","item":[{"name":"{id}","description":"","item":[{"id":"b7cae581-aadd-403b-959a-42af132a9b85","name":"Stop follow-ups","request":{"name":"Stop follow-ups","description":{"content":"Cancels the pending follow-up steps of a request's sequence without touching the request itself.","type":"text/plain"},"url":{"path":["invite","requests","stop_sequence",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{},"auth":null},"response":[{"id":"75beef1c-d494-4fe9-a4a2-05e4a72386e6","name":"Stopped","originalRequest":{"url":{"path":["invite","requests","stop_sequence",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"stopped_steps\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a8a285f0-7215-4813-b1cb-87586c4bc415","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["invite","requests","stop_sequence",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"settings","description":"","item":[{"name":"get","description":"","item":[{"id":"a18f8aa0-f4f1-44b0-b03c-83ca06504ec4","name":"Get settings","request":{"name":"Get settings","description":{},"url":{"path":["invite","settings","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Invite settings profile id. Omit for the default profile.","type":"text/plain"},"key":"settings_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"d6246625-b449-4138-8d41-59b005bfe02f","name":"The settings","originalRequest":{"url":{"path":["invite","settings","get"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Invite settings profile id. Omit for the default profile.","type":"text/plain"},"key":"settings_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"settings\": {\n    \"name\": \"<string>\",\n    \"delay\": {\n      \"unit\": \"hours\",\n      \"amount\": \"<integer>\"\n    },\n    \"sequence\": {\n      \"enabled\": \"<boolean>\",\n      \"steps\": [\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        },\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        }\n      ]\n    },\n    \"cooldown_days\": \"<integer>\",\n    \"send_window\": {\n      \"enabled\": \"<boolean>\",\n      \"from\": \"<integer>\",\n      \"to\": \"<integer>\",\n      \"utc_offset\": \"<integer>\"\n    },\n    \"templates\": {}\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"list","description":"","item":[{"id":"335d58a9-d3bf-467f-8e71-552d2878b593","name":"List settings profiles","request":{"name":"List settings profiles","description":{},"url":{"path":["invite","settings","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"8f429779-dcd5-466d-8027-e86909721956","name":"All settings profiles of this sub account","originalRequest":{"url":{"path":["invite","settings","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"add","description":"","item":[{"id":"bf047020-f395-4478-95a7-abb0bb97c48a","name":"Create a settings profile","request":{"name":"Create a settings profile","description":{},"url":{"path":["invite","settings","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"name\": \"<string>\",\n    \"delay\": {\n      \"unit\": \"minutes\",\n      \"amount\": \"<integer>\"\n    },\n    \"sequence\": {\n      \"enabled\": \"<boolean>\",\n      \"steps\": [\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        },\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        }\n      ]\n    },\n    \"cooldown_days\": \"<integer>\",\n    \"send_window\": {\n      \"enabled\": \"<boolean>\",\n      \"from\": \"<integer>\",\n      \"to\": \"<integer>\",\n      \"utc_offset\": \"<integer>\"\n    },\n    \"templates\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"ae45b4a1-87c4-4758-aa88-b0b2439f6046","name":"Created","originalRequest":{"url":{"path":["invite","settings","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"name\": \"<string>\",\n    \"delay\": {\n      \"unit\": \"minutes\",\n      \"amount\": \"<integer>\"\n    },\n    \"sequence\": {\n      \"enabled\": \"<boolean>\",\n      \"steps\": [\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        },\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        }\n      ]\n    },\n    \"cooldown_days\": \"<integer>\",\n    \"send_window\": {\n      \"enabled\": \"<boolean>\",\n      \"from\": \"<integer>\",\n      \"to\": \"<integer>\",\n      \"utc_offset\": \"<integer>\"\n    },\n    \"templates\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"update","description":"","item":[{"name":"{settings_id}","description":"","item":[{"id":"b0cd3d55-c5f6-4473-86af-948f13d4794b","name":"Update a settings profile","request":{"name":"Update a settings profile","description":{},"url":{"path":["invite","settings","update",":settings_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"settings_id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"name\": \"<string>\",\n    \"delay\": {\n      \"unit\": \"minutes\",\n      \"amount\": \"<integer>\"\n    },\n    \"sequence\": {\n      \"enabled\": \"<boolean>\",\n      \"steps\": [\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        },\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        }\n      ]\n    },\n    \"cooldown_days\": \"<integer>\",\n    \"send_window\": {\n      \"enabled\": \"<boolean>\",\n      \"from\": \"<integer>\",\n      \"to\": \"<integer>\",\n      \"utc_offset\": \"<integer>\"\n    },\n    \"templates\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"c45ba5e9-9875-45c4-b023-7a507dabf4e3","name":"Updated","originalRequest":{"url":{"path":["invite","settings","update",":settings_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"settings_id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"settings\": {\n    \"name\": \"<string>\",\n    \"delay\": {\n      \"unit\": \"minutes\",\n      \"amount\": \"<integer>\"\n    },\n    \"sequence\": {\n      \"enabled\": \"<boolean>\",\n      \"steps\": [\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        },\n        {\n          \"delay_days\": \"<integer>\",\n          \"template_id\": \"<integer>\"\n        }\n      ]\n    },\n    \"cooldown_days\": \"<integer>\",\n    \"send_window\": {\n      \"enabled\": \"<boolean>\",\n      \"from\": \"<integer>\",\n      \"to\": \"<integer>\",\n      \"utc_offset\": \"<integer>\"\n    },\n    \"templates\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"delete","description":"","item":[{"name":"{settings_id}","description":"","item":[{"id":"18e5723e-452c-4dc4-8dcd-84178efb8f8c","name":"Delete a settings profile","request":{"name":"Delete a settings profile","description":{},"url":{"path":["invite","settings","delete",":settings_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"settings_id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"8b7529ea-5ed3-47e5-b9d2-358a6af1266b","name":"Deleted","originalRequest":{"url":{"path":["invite","settings","delete",":settings_id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"settings_id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"templates","description":"","item":[{"name":"list","description":"","item":[{"id":"64e55074-48aa-4bad-a1bf-54d4bac3e5e1","name":"List email templates","request":{"name":"List email templates","description":{},"url":{"path":["invite","templates","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"0a4e4638-a677-43cf-953f-06d55e4d7b13","name":"Available email templates","originalRequest":{"url":{"path":["invite","templates","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"get","description":"","item":[{"name":"{slug}","description":"","item":[{"id":"a35e6137-371f-4d37-8f5c-ed456fca79c3","name":"Get a rendered email template","request":{"name":"Get a rendered email template","description":{},"url":{"path":["invite","templates","get",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"slug","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"245d3da0-c2fc-4b1d-b64e-ee548f6dfbb6","name":"The rendered template HTML","originalRequest":{"url":{"path":["invite","templates","get",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<string>","key":"slug"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"html\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]}]},{"name":"reports","description":"","item":[{"name":"ratings","description":"","item":[{"id":"81894049-3554-4434-a1bd-d4e90bb7b201","name":"Ratings summary","request":{"name":"Ratings summary","description":{"content":"Per-platform rating summary: official score, review count and channel breakdown for every connected platform, plus collected reviews and a combined weighted total.","type":"text/plain"},"url":{"path":["reports","ratings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"f47b26bc-c8e8-435f-bef4-0b0d366a1c79","name":"The summary","originalRequest":{"url":{"path":["reports","ratings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"reviews_over_time","description":"","item":[{"id":"32fe3a50-5b78-4db0-b166-c6b85ddbe291","name":"Reviews over time","request":{"name":"Reviews over time","description":{"content":"Reviews per month with platform and star-rating distributions - the dashboard chart data.","type":"text/plain"},"url":{"path":["reports","reviews_over_time"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Months to include, default 12.","type":"text/plain"},"key":"range","value":"12"},{"disabled":false,"description":{"content":"Narrow to one platform type id.","type":"text/plain"},"key":"type","value":"<integer>"},{"disabled":false,"description":{"content":"Narrow to one channel.","type":"text/plain"},"key":"channel_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"a749ba3d-d99b-432a-9b02-e88246667625","name":"Labels, datasets and distributions","originalRequest":{"url":{"path":["reports","reviews_over_time"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Months to include, default 12.","type":"text/plain"},"key":"range","value":"12"},{"disabled":false,"description":{"content":"Narrow to one platform type id.","type":"text/plain"},"key":"type","value":"<integer>"},{"disabled":false,"description":{"content":"Narrow to one channel.","type":"text/plain"},"key":"channel_id","value":"<integer>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"average_rating","description":"","item":[{"id":"19fca468-3f0a-42e2-b2c0-eb357a49a85d","name":"Average rating over time","request":{"name":"Average rating over time","description":{"content":"Monthly weighted average rating across ALL monitored profiles, derived from the daily rating snapshots. Scores are normalised to the 5-star scale and weighted by each profile's review count; months with no snapshot yet are null.","type":"text/plain"},"url":{"path":["reports","average_rating"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Window size in months (max 24)","type":"text/plain"},"key":"months","value":"12"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"60e719ab-339c-4c9b-9586-ace47ac7892a","name":"Month buckets, oldest first","originalRequest":{"url":{"path":["reports","average_rating"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Window size in months (max 24)","type":"text/plain"},"key":"months","value":"12"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"rating_distribution","description":"","item":[{"id":"15fd1bec-b26f-4a52-9c8f-42da99b4f988","name":"Rating distribution","request":{"name":"Rating distribution","description":{"content":"Star histogram (1-5) across every collected review of the account's monitored profiles.","type":"text/plain"},"url":{"path":["reports","rating_distribution"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"b5fa868d-0624-4d78-ab23-d2959a8ae7bc","name":"Counts per star","originalRequest":{"url":{"path":["reports","rating_distribution"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"account","description":"","item":[{"id":"86c2a454-f165-40e5-b2b1-dc9e6869c37b","name":"Get account","request":{"name":"Get account","description":{"content":"Account info, plan and usage, including invitation credits.","type":"text/plain"},"url":{"path":["account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"d10e0a6a-8180-4f74-b611-255d599e38e4","name":"The account","originalRequest":{"url":{"path":["account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"subaccounts","description":"","item":[{"id":"e2bbb9a4-5249-47f7-8889-12502a5ff788","name":"List sub accounts","request":{"name":"List sub accounts","description":{},"url":{"path":["account","subaccounts"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"8abc8de8-aaf1-4773-a4d6-fa2c1294ce3f","name":"All sub accounts","originalRequest":{"url":{"path":["account","subaccounts"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"subaccount","description":"","item":[{"id":"5ad711cc-11df-4a60-9348-108eed673cc7","name":"Create a sub account","request":{"name":"Create a sub account","description":{},"url":{"path":["account","subaccount"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"properties\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"c2d7a601-e9bb-41cd-a8f6-460b4774e81b","name":"Created","originalRequest":{"url":{"path":["account","subaccount"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"properties\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ab950222-9200-4a63-b8da-186edd731211","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["account","subaccount"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"properties\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"98705043-e30f-4d9c-b55c-34498bac1138","name":"Update a sub account","request":{"name":"Update a sub account","description":{},"url":{"path":["account","subaccount",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"77659fbd-8a2e-44fd-b731-480a973eb1c1","name":"Updated","originalRequest":{"url":{"path":["account","subaccount",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"db814065-4311-44c4-b67b-8411fe7fa54b","name":"Delete a sub account","request":{"name":"Delete a sub account","description":{},"url":{"path":["account","subaccount",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"fc61cfed-d637-45ca-b6b2-cd1f437b109e","name":"Deleted","originalRequest":{"url":{"path":["account","subaccount",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"users","description":"","item":[{"name":"get","description":"","item":[{"id":"c5a771d2-7e81-45e1-b8e3-2fe146b5cb33","name":"List users","request":{"name":"List users","description":{},"url":{"path":["users","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"dbe5ff83-a047-466a-aa8d-5dcbcaadaf59","name":"All users of this account","originalRequest":{"url":{"path":["users","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"id":"5be92fa6-1cd0-4d83-bbdc-8266c5b43de7","name":"Create a user","request":{"name":"Create a user","description":{"content":"Requires an admin API key. `sub_accounts` limits the user to specific sub accounts.","type":"text/plain"},"url":{"path":["users"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"name\": \"<string>\",\n  \"sub_accounts\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"f75c2511-d72a-41f2-a8df-c7a3aaa37d59","name":"Created","originalRequest":{"url":{"path":["users"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"name\": \"<string>\",\n  \"sub_accounts\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d2ecda2-abbe-4c6b-bbeb-8d8118a2bc7c","name":"Validation failed - the response `msg` explains what to fix.","originalRequest":{"url":{"path":["users"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"name\": \"<string>\",\n  \"sub_accounts\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"02a5b252-28ea-4759-a7ea-b4c3e7cafdac","name":"Get a user","request":{"name":"Get a user","description":{},"url":{"path":["users",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"00f5a0a1-c616-45f2-820f-e486490d620e","name":"The user","originalRequest":{"url":{"path":["users",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"393d2a8b-275e-4995-8dc3-ee831b006313","name":"Update a user","request":{"name":"Update a user","description":{},"url":{"path":["users",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sub_accounts\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"c654e472-a304-44b1-9efc-6ae1622e5105","name":"Updated","originalRequest":{"url":{"path":["users",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sub_accounts\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"64a4f7cd-ff87-488a-b1ad-2d53dfc3486b","name":"Delete a user","request":{"name":"Delete a user","description":{},"url":{"path":["users",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"83aec8cd-c31f-496d-a92e-22d1336e0726","name":"Deleted","originalRequest":{"url":{"path":["users",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"login","description":"","item":[{"name":"get_url","description":"","item":[{"id":"8b95064b-9acf-4502-a95d-c34682135cf1","name":"Get a login URL for a user","request":{"name":"Get a login URL for a user","description":{"content":"Generates a direct login URL for a user - ideal for embedding the (white labeled) dashboard behind your own authentication.","type":"text/plain"},"url":{"path":["login","get_url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"9826c6bd-4ae0-4ca9-b8a3-fcf09f239d4e","name":"Login URLs","originalRequest":{"url":{"path":["login","get_url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"url\": \"<string>\",\n  \"alternate_url\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df4cc1b0-3cad-4b19-a6a6-868bfdd78d97","name":"Missing or invalid API key, or the API integration is disabled.","originalRequest":{"url":{"path":["login","get_url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"webhooks","description":"","item":[{"name":"get","description":"","item":[{"id":"125793ce-4820-4b72-8594-2bbb60ce507e","name":"List webhooks","request":{"name":"List webhooks","description":{},"url":{"path":["webhooks","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"b43e4f11-3634-4eb9-bfef-4675e69250ba","name":"All webhooks on the account (including dashboard-created ones, marked `format: legacy`)","originalRequest":{"url":{"path":["webhooks","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"webhooks\": [\n    {\n      \"id\": \"<integer>\",\n      \"url\": \"<string>\",\n      \"events\": [\n        \"review.created\",\n        \"review.created\"\n      ],\n      \"format\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"error\": \"<boolean>\",\n      \"sub_account_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"profile_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"group_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"url\": \"<string>\",\n      \"events\": [\n        \"review.created\",\n        \"review.created\"\n      ],\n      \"format\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"error\": \"<boolean>\",\n      \"sub_account_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"profile_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"group_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"3ab58755-b29e-47c7-8ea5-0e897f7fa7d7","name":"Get a webhook","request":{"name":"Get a webhook","description":{},"url":{"path":["webhooks","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"4d4f2a42-582d-4add-bf9c-c8594c97bc4b","name":"The webhook","originalRequest":{"url":{"path":["webhooks","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"url\": \"<string>\",\n  \"events\": [\n    \"profile.error\",\n    \"review.created\"\n  ],\n  \"format\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"error\": \"<boolean>\",\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c60f6d11-c1f8-4829-8ae6-14007bb8629b","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["webhooks","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"add","description":"","item":[{"id":"d196e0fe-5c51-4377-acde-c86604f1e573","name":"Create a webhook","request":{"name":"Create a webhook","description":{"content":"The response includes the signing `secret` - it is returned only this once.","type":"text/plain"},"url":{"path":["webhooks","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"review.created\",\n    \"review.created\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"2c9f0204-5391-4df9-bb69-acc70c357726","name":"Created","originalRequest":{"url":{"path":["webhooks","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"review.created\",\n    \"review.created\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"url\": \"<string>\",\n  \"events\": [\n    \"rating.changed\",\n    \"rating.changed\"\n  ],\n  \"format\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"error\": \"<boolean>\",\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"secret\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"05e9fb6f-af82-4fcd-8715-e568b6b8330f","name":"Invalid url, unknown event, duplicate endpoint, or plan limit reached","originalRequest":{"url":{"path":["webhooks","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"review.created\",\n    \"review.created\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"update","description":"","item":[{"name":"{id}","description":"","item":[{"id":"0eb25b70-f7c9-4e80-b769-4c1891e48bf1","name":"Update a webhook","request":{"name":"Update a webhook","description":{"content":"Send only the fields you want to change. `active: false` pauses deliveries. An empty `sub_account_ids` array removes the sub-account filter.","type":"text/plain"},"url":{"path":["webhooks","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"rating.changed\",\n    \"profile.error\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"ac63950e-4d8c-48ad-b379-78122262168c","name":"Updated","originalRequest":{"url":{"path":["webhooks","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"rating.changed\",\n    \"profile.error\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"url\": \"<string>\",\n  \"events\": [\n    \"profile.error\",\n    \"review.created\"\n  ],\n  \"format\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"error\": \"<boolean>\",\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0746e09a-77e1-4439-829f-f6ce0f4d5cc4","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["webhooks","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"rating.changed\",\n    \"profile.error\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1afeba3-00fc-43ef-84a5-3942bd5474e3","name":"Invalid url or unknown event","originalRequest":{"url":{"path":["webhooks","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"events\": [\n    \"rating.changed\",\n    \"profile.error\"\n  ],\n  \"sub_account_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"profile_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"group_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"delete","description":"","item":[{"name":"{id}","description":"","item":[{"id":"6c189564-bf8f-488b-b9c5-4f30f0bff681","name":"Delete a webhook","request":{"name":"Delete a webhook","description":{"content":"Pending retries for this endpoint are cancelled.","type":"text/plain"},"url":{"path":["webhooks","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"a91037b0-9e84-449a-a7fa-99a2c998c22c","name":"Deleted","originalRequest":{"url":{"path":["webhooks","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e21c6266-32a3-44c6-b02b-1605257400b2","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["webhooks","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"deliveries","description":"","item":[{"name":"{id}","description":"","item":[{"id":"5ae4b824-5004-4023-af94-fe91762cee83","name":"Recent deliveries","request":{"name":"Recent deliveries","description":{"content":"The last 50 delivery attempts for this webhook, newest first.","type":"text/plain"},"url":{"path":["webhooks","deliveries",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"75b69669-7d91-496e-8691-83868f3ae90c","name":"Delivery attempts","originalRequest":{"url":{"path":["webhooks","deliveries",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"deliveries\": [\n    {\n      \"event\": \"<string>\",\n      \"executed_on\": \"<string>\",\n      \"status_code\": \"<integer>\",\n      \"success\": \"<boolean>\",\n      \"retry_cycle\": \"<integer>\"\n    },\n    {\n      \"event\": \"<string>\",\n      \"executed_on\": \"<string>\",\n      \"status_code\": \"<integer>\",\n      \"success\": \"<boolean>\",\n      \"retry_cycle\": \"<integer>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a71add36-1858-4d0b-a469-33a4d495efaf","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["webhooks","deliveries",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"test","description":"","item":[{"name":"{id}","description":"","item":[{"id":"167768f6-7965-440a-b212-fad59a8c85d5","name":"Send a test delivery","request":{"name":"Send a test delivery","description":{"content":"Sends a signed sample `review.created` envelope (with `\"test\": true`) to the endpoint and returns what happened.","type":"text/plain"},"url":{"path":["webhooks","test",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{},"auth":null},"response":[{"id":"54eef2ae-ec34-4aba-a104-8b494598c58f","name":"Delivery result","originalRequest":{"url":{"path":["webhooks","test",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"status_code\": \"<integer>\",\n  \"error\": \"<string>\",\n  \"response\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8cb41ad-0241-4a9e-a276-5389f89bfe82","name":"Not found or not owned by this account","originalRequest":{"url":{"path":["webhooks","test",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"widgets","description":"","item":[{"name":"types","description":"","item":[{"id":"a851eaab-0ffd-45a6-b5aa-06d0b3df5fdb","name":"Widget type catalog","request":{"name":"Widget type catalog","description":{"content":"All widget types with their default settings - the reference for which settings keys each type accepts.","type":"text/plain"},"url":{"path":["widgets","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"6187c7d6-17ed-4745-8ca3-867332a3092d","name":"Types","originalRequest":{"url":{"path":["widgets","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"types\": [\n    {\n      \"type\": \"<integer>\",\n      \"type_slug\": \"<string>\",\n      \"label\": \"<string>\",\n      \"embed_kind\": \"signature\",\n      \"default_settings\": {}\n    },\n    {\n      \"type\": \"<integer>\",\n      \"type_slug\": \"<string>\",\n      \"label\": \"<string>\",\n      \"embed_kind\": \"signature\",\n      \"default_settings\": {}\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"get","description":"","item":[{"id":"0819d9ae-11b3-4ab2-a950-3ab60da994d2","name":"List widgets","request":{"name":"List widgets","description":{"content":"Widgets of the sub-account the API key is scoped to.","type":"text/plain"},"url":{"path":["widgets","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"39663e57-000a-4524-8364-a8b85a18482c","name":"Widgets","originalRequest":{"url":{"path":["widgets","get"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"widgets\": [\n    {\n      \"id\": \"<integer>\",\n      \"type_slug\": \"<string>\",\n      \"label\": \"<string>\",\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"type_slug\": \"<string>\",\n      \"label\": \"<string>\",\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"2fb37d9d-d7fd-4194-9d32-7b688e7cae5b","name":"Get a widget","request":{"name":"Get a widget","description":{"content":"Full settings plus ready-to-paste embed snippets.","type":"text/plain"},"url":{"path":["widgets","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"d36610bc-708c-496a-883a-d7a44d90cacb","name":"The widget","originalRequest":{"url":{"path":["widgets","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"type_slug\": \"<string>\",\n  \"label\": \"<string>\",\n  \"name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"settings\": {},\n  \"embed\": {\n    \"html\": \"<string>\",\n    \"advanced\": {},\n    \"wordpress_shortcode\": \"<string>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8be152d5-cf97-4206-9a16-13192832f180","name":"Not found or not owned by this sub-account","originalRequest":{"url":{"path":["widgets","get",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"add","description":"","item":[{"id":"a83547c2-4733-4a5f-97ff-272c105f03c8","name":"Create a widget","request":{"name":"Create a widget","description":{"content":"Creates from the type defaults; optional `settings` overrides are merged in. Requires admin or editor role.","type":"text/plain"},"url":{"path":["widgets","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"settings\": {},\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"277e7122-0d1f-4cf4-9411-53a5b95bdfcb","name":"Created, with embed snippets","originalRequest":{"url":{"path":["widgets","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"settings\": {},\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"type_slug\": \"<string>\",\n  \"label\": \"<string>\",\n  \"name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"settings\": {},\n  \"embed\": {\n    \"html\": \"<string>\",\n    \"advanced\": {},\n    \"wordpress_shortcode\": \"<string>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3fa36248-4e8a-4543-838a-58d9c138e9b3","name":"Missing or unknown type","originalRequest":{"url":{"path":["widgets","add"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"settings\": {},\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"update","description":"","item":[{"name":"{id}","description":"","item":[{"id":"dc6dc5b4-b0fb-4e6a-b000-a6af70c3d55e","name":"Update a widget","request":{"name":"Update a widget","description":{"content":"Send any of settings / active / name. Settings merge recursively - send only the keys to change. Requires admin or editor role.","type":"text/plain"},"url":{"path":["widgets","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"type\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"settings\": {},\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"1c15dd52-ea2e-4faa-8def-ec3004a25aa1","name":"Updated","originalRequest":{"url":{"path":["widgets","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"type\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"settings\": {},\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"<integer>\",\n  \"type\": \"<integer>\",\n  \"type_slug\": \"<string>\",\n  \"label\": \"<string>\",\n  \"name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"settings\": {},\n  \"embed\": {\n    \"html\": \"<string>\",\n    \"advanced\": {},\n    \"wordpress_shortcode\": \"<string>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0189bd6b-fd13-4553-bace-ef06cc2687c9","name":"Not found or not owned by this sub-account","originalRequest":{"url":{"path":["widgets","update",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"type\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"settings\": {},\n  \"active\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"delete","description":"","item":[{"name":"{id}","description":"","item":[{"id":"d53a876f-72ea-46ea-97e2-bc48cd79d46d","name":"Delete a widget","request":{"name":"Delete a widget","description":{"content":"Requires admin or editor role.","type":"text/plain"},"url":{"path":["widgets","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{},"auth":null},"response":[{"id":"a67edf0a-c3dc-4a15-ae23-2c090ea24c9d","name":"Deleted","originalRequest":{"url":{"path":["widgets","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c9b15c2b-e79a-407c-a581-c8161d777849","name":"Not found or not owned by this sub-account","originalRequest":{"url":{"path":["widgets","delete",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": \"<boolean>\",\n  \"msg\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"groups","description":"","item":[{"id":"40e9d9f1-3215-4634-8583-4bf304e5fe0d","name":"List groups","request":{"name":"List groups","description":{"content":"All groups on the account with their profile counts.","type":"text/plain"},"url":{"path":["groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"9473d54a-230f-4f2d-a048-e830247806ec","name":"Groups","originalRequest":{"url":{"path":["groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5d02c42e-3033-439d-b110-533f436df555","name":"Create a group","request":{"name":"Create a group","description":{},"url":{"path":["groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"b44b1908-709c-499d-850e-97fcdaf65bf5","name":"Created","originalRequest":{"url":{"path":["groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"9f6be8f0-e8af-4b0f-8503-31dc938c8274","name":"Rename a group","request":{"name":"Rename a group","description":{},"url":{"path":["groups",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"edd8aed3-adfb-407f-a666-f5fd18505b60","name":"Updated","originalRequest":{"url":{"path":["groups",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e50ca021-9a71-4d58-84fd-83d7bcece2a6","name":"Delete a group","request":{"name":"Delete a group","description":{"content":"Deletes the group; profiles in it become ungrouped.","type":"text/plain"},"url":{"path":["groups",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"method":"DELETE","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[{"id":"20b9f52e-8f99-45f9-ab3f-47524a56ddaf","name":"Deleted","originalRequest":{"url":{"path":["groups",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]},"header":[{"description":{"content":"Added as a part of security scheme: basic","type":"text/plain"},"key":"Authorization","value":"Basic <credentials>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[],"cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"usage","description":"","item":[{"id":"aa7cb8ba-c29a-46d1-9be9-9340a0942437","name":"Usage & quota","request":{"name":"Usage & quota","description":{"content":"API usage, quota and plan state for this account: requests used this month, pooled request allowance, active profile count and overage state.","type":"text/plain"},"url":{"path":["usage"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[]},{"id":"b0baf774-3b3c-4903-82eb-ef60d8844179","name":"Usage log","request":{"name":"Usage log","description":{"content":"Recent API request log entries for this account.","type":"text/plain"},"url":{"path":["usage","log"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"basic","basic":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"response":[]}]}],"auth":{"type":"basic","basic":[{"type":"any","value":"{{basicAuthUsername}}","key":"username"},{"type":"any","value":"{{basicAuthPassword}}","key":"password"}]},"event":[],"variable":[{"key":"baseUrl","value":"https://api.repuso.com/public/v1"}],"info":{"_postman_id":"5595f741-c929-406f-b146-9a5c3f49d9f7","name":"Repuso public API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"Build your own integrations on top of Repuso: manage sub accounts and users, send and track review invitations, read and curate reviews, and pull the same reports the dashboard shows.\n\n## Authentication\n\nGenerate an API key in your Repuso dashboard under **Integrations → API**. Keys can be created for the main account or for a specific sub account - every API call is automatically scoped to the sub account the key belongs to.\n\nAuthenticate with **HTTP Basic auth**: leave the username empty and use your API key as the password.\n\n```\ncurl https://api.repuso.com/public/v1/hello -u \":YOUR_API_KEY\"\n```\n\n## Rate limits\n\nShort bursts are throttled per key (a few requests per 10 seconds). Space out bulk operations or use the bulk endpoints.\n\n## Content type\n\nSend and receive JSON. `POST` and `PUT` requests must include the header `Content-Type: application/json`.\n\nContact Support:\n Name: Repuso support\n Email: hello@repuso.com","type":"text/plain"}}}