Retrieve
Get event subscription
get/v1/event_subscriptions/{event_subscription_token}
Get an event subscription.
Path Parameters
event_subscription_tokenstring
Returns
tokenstringdescriptionstringdisabledbooleanurlstringevent_typesarray of enumEventSubscription
Request example Request
curl https://api.lithic.com/v1/event_subscriptions/$EVENT_SUBSCRIPTION_TOKEN \
-H "Authorization: $LITHIC_API_KEY"
200 Example
{
"token": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga1",
"description": "description",
"disabled": true,
"url": "https://example.com",
"event_types": [
"account_holder.created"
]
}