Skip to main content
GET
/
actions
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>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.letterby.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

API key to authorize requests

Query Parameters

contactId
string

Filter actions by contact ID

Response

Actions response

data
object