actions retrieve
GET {{baseUrl}}/actions/:id
Returns an Action
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"emails":["dd1de811-ac5b-fd29-c10d-0809ed148f95","9e98e265-7c99-5517-ce15-12a9c803d47a"],"messages":["f8d4583b-1f59-6a8d-7597-ed8c81af9c56","urn:uuid:b8289522-931f-cd7d-75b9-c6faf3d2703d"],"name":"Welcome Email","type":"EMAIL","id":"52ce940b-ecfe-43a6-955f-629f799f7f73","remote_id":"1234"}