Enrich a single place synchronously
API Reference
Enrich a single place synchronously
POST
Enrich a single place synchronously
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
The customer-identifier for the place and retained as external_customer_id in the database. When not set, will automatically generate a UUID.
Example:
"place_nyc_123"
The place to enrich
Example:
List of attribute keys to enrich. See GET /{org_slug}/place_enrichment/attributes_internal for available keys and their required inputs. If both attribute_set and attributes are provided, attributes takes precedence.
Example:
Specifies the set of attributes to enrich
Available options:
open_closed, core, all If true, will force a refresh of the place even if it has already been enriched.