Events
Retrieve an event
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key in the form sk_live_…, sk_test_…, or pk_live_…. Keys are issued from the Consistly dashboard and carry product-prefixed scopes.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X GET "https://example.com/events/evt_abc..."{ "id": "string", "object": "event", "type": "string", "api_version": "string", "livemode": true, "request_id": "string", "data": { "property1": null, "property2": null }, "created": "2019-08-24T14:15:22Z", "organization": "string"}{ "error": {}}