GET https://api.actonsoftware.com/api/1/customevents/{id}/status
This endpoint will pull the list of sender addresses available to you in the account.
Click here for more information on Custom Events
Customers wanting to access our API via our gateway in the EU can use this link:
GET https://api-eu.actonsoftware.com/api/1/customevents/{id}/status
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization: | Header | false | Required | String | Insert your generated access token. (Bearer {access token}) |
Path | false | Required | String | The jobId returned from the "Upload Custom Event" request. |
Response
{ "status": "success", "jobDetails": "{"status":"ok","customEventsId":"ff4f3fab","appendCount":2,"rejectedCount":0}", "details": { "status": "ok", "customEventsId": "ff4f3fab", "appendCount": 2, "rejectedCount": 0 } }
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/customevents/15937380/status -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs" -H "Cache-Control: no-cache"