Spotler API Docs

Gender

You can add additional properties here e.g.: "propertieName": [{"propertyKey": "propertyValue"}]

You can get the Spotler consumer key from your Spotler backend.

You can get the Spotler consumer secret from your Spotler backend.

{
    "url": "https://leadthing.dev/api/spotler",
    "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"
    }
}