{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"b2336b3d-d04a-4e2c-940f-a604791244cb","name":"ReputationStacker Public API v1.0.0","description":"# ReputationStacker Public API v1.0.0\n\nOfficial public API documentation for ReputationStacker Public API v1.0.0 integrations.\n\n## Getting Started\n\n1. Get your ReputationStacker API key from: https://app.reputationstacker.com/settings/api-keys\n2. Use the production API base URL: `https://api.reputationstacker.com`\n3. Authenticate public API requests with:\n\n`Authorization: Bearer {{api_key}}`\n\n## Standard Success Response\n\nEvery endpoint uses this response wrapper:\n\n```json\n{\n  \"success\": true,\n  \"data\": {\n    \"...\": \"endpoint-specific response data\"\n  }\n}\n```\n\nList endpoints also include pagination metadata:\n\n```json\n{\n  \"success\": true,\n  \"data\": {\n    \"...\": \"endpoint-specific response data\"\n  },\n  \"meta\": {\n    \"pagination\": {\n      \"current_page\": 1,\n      \"total_pages\": 3,\n      \"total_items\": 42,\n      \"per_page\": 50\n    }\n  }\n}\n```\n\n## Standard Error Response\n\n```json\n{\n  \"success\": false,\n  \"error\": {\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Contact with ID 123 not found\",\n    \"details\": null\n  }\n}\n```\n\nError codes:\n\n- `BAD_REQUEST` — 400\n- `UNAUTHORIZED` — 401\n- `INSUFFICIENT_CREDITS` — 402\n- `FORBIDDEN` — 403\n- `NOT_FOUND` — 404\n- `CONFLICT` — 409\n- `VALIDATION_ERROR` — 422\n- `RATE_LIMITED` — 429\n- `INTERNAL_ERROR` — 500\n\n## Pagination\n\nList endpoints support:\n\n`?page=1&per_page=50`\n\n- Default `per_page`: 50\n- Maximum `per_page`: 100\n- Values above 100 are automatically capped at 100\n\n## Rate Limits\n\nRate limits are applied per API key.\n\nDefault:\n- 100 requests per 60 seconds\n\nTypical endpoint-specific limits:\n- Read endpoints (GET list/single): 120 requests per 60 seconds\n- Write endpoints (POST/PUT/PATCH/DELETE): 30 requests per 60 seconds\n- Stats endpoints: 60 requests per 60 seconds\n- Contact creation: 60 requests per 60 seconds\n\nRate-limit headers are returned on every request:\n\n```text\nX-RateLimit-Limit: <limit>\nX-RateLimit-Remaining: <remaining>\nX-RateLimit-Reset: <unix_timestamp>\n```\n\nIf the rate limit is exceeded, the API returns HTTP `429` and includes a `Retry-After` header containing the number of seconds before retrying.\n\n## Contact Creation and Review Campaigns\n\nCreating a contact through the API only creates the contact record.\n\nOnce a contact is added to ReputationStacker — whether manually, through Zapier, or through the API — the configured review request campaign starts for that contact.\n\n## Stats Endpoints\n\nTwo stats endpoints are intentionally available:\n\n- `/api/v1/public-api/review-profiles/:id/stats`\n  - Review quality statistics\n  - Review counts\n  - Average ratings\n  - Net Promoter Score (NPS)\n\n- `/api/v1/public-api/reports/profiles/:id/stats`\n  - Engagement statistics\n  - Invites sent\n  - Activity received\n  - Site-link clicks\n\nBoth endpoints may include overlapping first-party and third-party review counts.\n\n## Authentication\n\nAll Public API endpoints require a ReputationStacker API key unless otherwise noted.\n\nTreat your API key like a password. Do not expose it in client-side code, public repositories, or screenshots.\n\n## Identifiers Used by This Collection\n\nIdentifiers should be treated as **UUID strings**, not numbers.\n\n- **Contacts:** the `id` field contains the contact UUID. Use that value in `:id` routes.\n- **Review Profiles:** the `id` field contains the review profile UUID. Use that value in `:id` routes.\n- **Users:** the `id` field contains the user UUID. Use that value in `:id` routes.\n- **Campaigns:** `campaign_id` contains a UUID string.\n- **Site Links:** either the numeric ID or UUID is accepted for `site_link_id`.\n\nSome response fields have resource-specific names such as `contact_id` or `review_profile_id`; those values should also be treated as UUID strings where returned.\n\nDo not parse these identifier values as numbers.\n\n\n## Health Endpoint\n\n`GET /health` is public and does not require authentication.\n","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"19655026","team":5391012,"collectionId":"b2336b3d-d04a-4e2c-940f-a604791244cb","publishedId":"2sBYAsyCLP","public":true,"publicUrl":"https://documenter-api.postman.tech/view/19655026/2sBYAsyCLP","privateUrl":"https://go.postman.co/documentation/19655026-b2336b3d-d04a-4e2c-940f-a604791244cb","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Official ReputationStacker Public API documentation for developers integrating contacts, reviews, review profiles, users, site links, reporting, and other ReputationStacker features."},{"name":"title","value":"ReputationStacker API Documentation"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.12.6","publishDate":"2026-08-25T22:11:56.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"ReputationStacker API Documentation","description":"Official ReputationStacker Public API documentation for developers integrating contacts, reviews, review profiles, users, site links, reporting, and other ReputationStacker features."},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/9764b61fa10456f0389b43b1bb344571b53ff22ede86e83c6a98dddb6289a4c5","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2sBYAsyCLP"}