Skip to main content

In the docs, i see that private key is shown in the example payload. with the new events API, can’t we use public key anymore?

@manojkannekanti1 As far as I know, the public keys can’t be used to access any secure data. It’s only used for tracking events in client-side (JavaScript) code.  Anything that access the other end points will require the standard authentication handshake.

See here for more info:

 


Reply