Create a unique blank identity to fill with events at a later stage.

When should I use this?

You should use this if you expect a user will be producing events before a formal flow stage, and you have at least the User ID of a user on a given platform, OR you have some other unique identifier that will be readily available throughout the usage of Endu.

Important Notes

  • You are rate limited to 500 per requests per hour. We can gladly adjust this for you once in production.

Request [POST]

{
    prefill:{ 
        /* See /events/record for schema */
      	// Prefill allows you to setup a blank identity and prefill it with data available to hand.
    }
}