v1Recursos/Clients/postReactivar un cliente archivado
Reactivar un cliente archivado
Restaura un cliente ya archivado, y todas las ubicaciones que se archivaron junto con él. Un cliente que no está archivado actualmente es un éxito sin efecto, no un error. Esta es la única forma de revertir un cliente con outcome archived — uno que todavía esté programado debe pasar por cancel-archive en su lugar.
post
clients:write/api/v1/clients/{id}/reactivateParámetros de consulta
idstringobligatorio
El cliente a reactivar.
Respuesta
dataobjectopcional
archivedbooleanopcional
Si el cliente está archivado.
locationsArchivednumberopcional
Número de ubicaciones archivadas junto con el cliente. Presente solo cuando outcome es archived.
locationsFailednumberopcional
Número de ubicaciones cuyo archivado falló. Presente solo cuando outcome es archived.
cancelledScheduledPostsnumberopcional
Número de publicaciones programadas canceladas como parte del archivado. Presente solo cuando outcome es archived.
Errores
401La clave de API falta, es inválida, expiró o fue revocada.
403A la clave le falta el permiso requerido, o no está autorizada para este cliente/ubicación.
404El recurso no se encontró, o no pertenece a su agencia.
429Demasiadas solicitudes. Reintente tras el número de segundos indicado en el encabezado Retry-After.
post/api/v1/clients/{id}/reactivate
Su clave de API
id *
{
"data": {
"archived": false,
"locationsArchived": 1,
"locationsFailed": 0,
"cancelledScheduledPosts": 0
}
}Guías que usan este recurso
- 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.