cURL
curl --request GET \ --url https://letterby.com/api/v4/actions \ --header 'apiKey: <api-key>'
{ "data": { "actions": [ { "id": "<string>", "name": "<string>", "increase": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "subId": "<string>" } ] } }
Returns actions from the system that the user has access to
Documentation IndexFetch the complete documentation index at: https://docs.letterby.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.letterby.com/llms.txt
Use this file to discover all available pages before exploring further.
API key to authorize requests
Filter actions by contact ID
Actions response
Show child attributes