cURL
curl --request GET \ --url https://api.repromptai.com/v1/{org}/place_enrichment/attributes \ --header 'Authorization: Bearer <token>'
{ "all": [ "names", "address", "phoneNumbers", "websites", "openingHours", "closed_permanently", "categories" ], "core": [ "names", "address", "phoneNumbers", "websites", "openingHours" ], "custom": [] }
Get metadata for all available enrichment attributes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Core enrichment attributes available for the organization.
Legacy placeholder for custom attributes in v1. Currently returned as an empty list for backward compatibility.
All enrichment attributes available for the organization.