cURL
curl --request GET \ --url https://api.bttr.studio/sales/v1/events/{eventID}
{ "id": 123, "event_id": "<string>", "name": "<string>" }
Fetch a single event by its ID
ID of the event to fetch
Event details
Was this page helpful?