Klaviyo API Docs

Pass on a country e.g. United States

Pass additional properties e.g.: "propertyName":"value", "anotherPropertyName":"anotherValue"

Enter your Klaviyo API key

{
    "url": "https://leadthing.dev/api/klaviyo",
    "method": "POST",
    "headers": {
        "apiKey": "Sign in to get your LEADTHING.DEV API key",
        "content-type": "application/json"
    },
    "body": {
        firstname: "John",
        lastname: "Smith",
        email: "john.smith@example.com",
        ip: "127.0.0.1",
        tag: "Example Lead Tag",
        listId: "1234"
    }
}