POST
/
sdk
/
{environmentId}
/
events
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 has no body data.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Body

application/json
Event Message
events
object[]
required