Retrieve
Get event
get/v1/events/{event_token}
Get an event.
Path Parameters
event_tokenstring
Returns
tokenstringcreatedstringevent_typeenumpayloadRecord<string, unknown>Event
Request example Request
curl https://api.lithic.com/v1/events/$EVENT_TOKEN \
-H "Authorization: $LITHIC_API_KEY"
200 Example
{
"token": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga1",
"created": "2019-12-27T18:11:19.117Z",
"event_type": "account_holder.created",
"payload": {}
}