Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Body
Unique identifier for the transaction associated with the event
"txn_1234567890abcdef"
External subscription ID associated with the event
"sub_1234567890abcdef"
Identifier for the targeted metric. This value must match the code
property of an active metric; otherwise, it will be disregarded during processing.
"event_code_123456"
Timestamp when the event occurred Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"
Response
Event created successfully
Unique identifier for the transaction associated with the event
"txn_1234567890abcdef"
External subscription ID associated with the event
"sub_1234567890abcdef"
Identifier for the targeted metric. This value must match the code
property of an active metric; otherwise, it will be disregarded during processing.
"event_code_123456"
Timestamp when the event occurred Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"
Unique identifier for the event
"evt_1234567890abcdef"
Timestamp when the event was created Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"