Logo
GoCardless API API Documentation

List Events

GET {{url}}/events

Returns a cursor-paginated list of your events.

List events API Docs

 

Body PARAM

Key Datatype Required Description 
action
null Filter by event action: https://developer.gocardless.com/api-reference/#event-actions
after
null Cursor pointing to the start of the desired set.
before
null Cursor pointing to the end of the desired set.
billing_request
null ID of a billing request. If specified, this endpoint will return all events for the given billing request.
created_at[gt]
null Limit to records created after the specified date-time.
created_at[lte]
null Limit to records created on or before the specified date-time.
created_at[lt]
null Limit to records created before the specified date-time.
created_at[gte]
null
Curl
curl -X GET 'https://api-sandbox.gocardless.com/events?action=&after=&before=&billing_request=&created_at[gt]=&created_at[lte]=&created_at[lt]=&created_at[gte]=&creditor=&export=&include=&instalment_schedule=&limit=&mandate=&parent_event=&payer_authorisation=&payment=&payout=&refund=&resource_type=&scheme_identifier=&subscription='

ENDPOINTS