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:
{
"country_code": "US",
"full_address": "7 Carmine St, New York, NY 10014",
"latitude": 40.7359,
"longitude": -73.9911,
"name": "Joe's Pizza"
}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:
[
"websites",
"categories",
"closed_permanently"
]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.