Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The customer-identifier for the place and retained as external_customer_id in the database. When not set, will automatically generate a UUID.
"place_nyc_123"
The place to enrich
{
"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.
[
"websites",
"categories",
"closed_permanently"
]Specifies the set of attributes to enrich
open_closed, core, all If true, will force a refresh of the place even if it has already been enriched.