Skip to main content

Get a specific event

Route

GET
/api/v1/events/:transaction_id

Usage

LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"

curl --location --request GET "$LAGO_URL/api/v1/events/:transaction_id" \
--header "Authorization: Bearer $API_KEY"

Responses

The cuseventtomer was successfully found

Returns an event object.