Stream events and attributes

Stream event and attribute data to Appier.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint streams attribute and event data from your server to Appier in real time.

  • Send server-side events, such as a completed purchase or a subscription renewal. These events can be used to satisfy event-based conditions in trigger campaigns and journey maps.
  • Update user attributes, such as a loyalty tier or membership status.

Authentication

Include your API key in the apikey header. To obtain an API key, contact your customer success manager.

Default rate limits

  • 20 requests per second
  • 100 requests per minute
  • 200 requests per hour
  • 1000 requests per day

Requirements

  • In your request, the value of profile.identifier_key must be an ID type present in your organization's configured ID hierarchy. The key must also be present in profile.attributes. For example, if profile.identifier_key is "email", then profile.attributes must include the key email.

  • Event, event attributes, and user attribute names must conform to all naming requirements.


Path Params
string
required

The ID of the project to send data to. Retrieve your project ID from the project list in the enterprise console (from the launcher, click Account & Usage).

Body Params
data
array of objects
required
length between 1 and 10

The records to ingest. Up to 10 records per request.

data*
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json