actions list

GET {{baseUrl}}/actions

Returns a list of Action objects.

Request Params

KeyDatatypeRequiredDescription
created_afterstringIf provided, will only return objects created after this datetime.
created_beforestringIf provided, will only return objects created before this datetime.
cursorstringThe pagination cursor value.
include_deleted_databooleanWhether to include data that was marked as deleted by third party webhooks.
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.
modified_afterstringIf provided, will only return objects modified after this datetime.
modified_beforestringIf provided, will only return objects modified before this datetime.
page_sizenumberNumber of results to return per page.
remote_idstringThe API provider's ID for the given object.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"emails":["95b69d05-dd6b-1030-ce36-9f652d833ebe","urn:uuid:f5626d69-5bf4-0212-6d62-2a3902fbace3"],"messages":["f255d827-2747-9481-c9cf-562c878bc183","1461178c-9706-e47a-d19f-bcaae2789f28"],"name":"Welcome Email","type":"EMAIL","id":"52ce940b-ecfe-43a6-955f-629f799f7f73","remote_id":"1234"},{"emails":["urn:uuid:6f33075d-f0cf-316f-6817-ad268e325e38","urn:uuid:16ad8954-7849-d6a2-8bc5-0f14143f68d1"],"messages":["c6df5576-6515-090e-20c7-d9a3d65212ad","urn:uuid:b420af5e-7e7f-f9a5-da06-03d2bb3451d8"],"name":"Welcome Email","type":"EMAIL","id":"52ce940b-ecfe-43a6-955f-629f799f7f73","remote_id":"1234"}]}