POST
cURL
Restricted. Requires citations API access. Returns 403 otherwise.
Activates citations for a location. The location needs a name, country, primary category, address (or service area), and a phone or website. Missing fields return 400 with MISSING_LOCATION_FIELDS and a missing_fields array. Optional subscription_end_date (YYYY-MM-DD) for annual subscriptions. Returns 409 ALREADY_ACTIVE if already active, or 409 IN_PROGRESS if another request is running.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_id
string

Account ID. Required when using an organization token; ignored for account-level tokens.

Body

application/json
location_id
string
required

Location ID to activate citations for

subscription_end_date
string<date>

Optional. YYYY-MM-DD. Used for annual subscriptions.

Response

Citations activation submitted

Response returned after a successful citations activation submission

success
boolean
Example:

true

payload
object