v1Ressourcen/Clients/postArchivierten Client reaktivieren
Archivierten Client reaktivieren
Stellt einen bereits archivierten Kunden wieder her, samt jedem Standort, der zusammen mit ihm archiviert wurde. Ist ein Kunde derzeit nicht archiviert, gilt der Aufruf als erfolgreicher No-op, nicht als Fehler. Dies ist der einzige Weg zurück für einen Kunden mit outcome archived — einer, der noch geplant ist, sollte stattdessen über cancel-archive laufen.
post
clients:write/api/v1/clients/{id}/reactivateQuery-Parameter
idstringerforderlich
Der zu reaktivierende Kunde.
Antwort
dataobjectoptional
archivedbooleanoptional
Ob der Kunde archiviert ist.
locationsArchivednumberoptional
Anzahl der zusammen mit dem Kunden archivierten Standorte. Nur vorhanden, wenn outcome archived ist.
locationsFailednumberoptional
Anzahl der Standorte, deren Archivierung fehlgeschlagen ist. Nur vorhanden, wenn outcome archived ist.
cancelledScheduledPostsnumberoptional
Anzahl der im Rahmen der Archivierung abgebrochenen geplanten Beiträge. Nur vorhanden, wenn outcome archived ist.
Fehler
401API-Schlüssel fehlt, ist ungültig, abgelaufen oder widerrufen.
403Dem Schlüssel fehlt die erforderliche Berechtigung, oder er ist für diesen Kunden/Standort nicht autorisiert.
404Die Ressource wurde nicht gefunden oder gehört nicht zu Ihrer Agentur.
429Zu viele Anfragen. Versuchen Sie es nach der im Retry-After-Header angegebenen Anzahl Sekunden erneut.
post/api/v1/clients/{id}/reactivate
Ihr API-Schlüssel
id *
{
"data": {
"archived": false,
"locationsArchived": 1,
"locationsFailed": 0,
"cancelledScheduledPosts": 0
}
}Anleitungen, die diese Ressource verwenden
- Business Listings API: Complete Developer GuideHow a business listings API works and how to create, update, sync and monitor locations across Google, Apple, Bing and directories with the Synup API.
- Create a Location with the Synup APICreate a business location under a client in one POST, get back a locationId, and know which fields matter and which can wait.
- How to Build a Reputation Management PlatformArchitecture and API calls for a multi-client reputation management platform on Synup: review ingestion, reply workflows, invites, widgets and reporting.
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Build a White-Label Local Marketing PlatformBuild a multi-tenant white-label local marketing platform on the API, with client provisioning, team access, per-client summaries and scoped API keys.
- How to Build a Multi-Location Marketing DashboardBuild a multi-location marketing dashboard from the API's rollup endpoints, one call per panel, covering listings, reviews, rank, AI visibility and duplicates.
- How to Add Local Marketing Functionality to Vertical SaaSAdd local marketing to a vertical SaaS by mapping existing customers to clients and locations, and shipping only the features your niche needs.