Skip to main content
POST
/
sdk
/
{environmentId}
/
events
Publish events for SDK
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/events \
  --header 'Content-Type: application/json' \
  --data '{
  "events": [
    {
      "anonymousId": "<string>",
      "event": "<string>",
      "properties": {},
      "type": "track"
    }
  ]
}'
This response does not have an example.

Path Parameters

environmentId
string
required
Required string length: 36
Example:

Body

application/json
events
object[]
required
Required array length: 1 - 10 elements

Response