Path Parameters
Required string length:
36Example:
Body
application/json
Required array length:
1 - 10 elementscurl --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.361 - 10 elementsShow child attributes
Was this page helpful?
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.