Activate Citations
Activates citations for a location through the GMBapi citations service. The billing account must have citations API access enabled and a valid billing_period configured. The endpoint is idempotent-aware: it returns 409 ALREADY_ACTIVE when the location is already in the ACTIVE state, and 409 IN_PROGRESS when another activation/disable request for the same location is already running. Subject to a per-billing-account hourly quota.
billing_period the billing account is currently on.
name, country_code, primary category, address (or is_service_area = true) and either a phone number or a website before it can be activated.account_id query parameter follows the rest of the external API: required for organization-level tokens, ignored for account-level tokens (resolved from the JWT).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Account ID. Required when using an organization token; ignored for account-level tokens (resolved from the JWT).
Body
Location ID to activate citations for