Skip to main content
Solved

is Public Key not being used anymore to send events? (using events API)

  • April 26, 2023
  • 1 reply
  • 66 views

Forum|alt.badge.img+1

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?

Best answer by retention

@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:

 

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

retention
Partner - Platinum
Forum|alt.badge.img+62
  • 2025 Champion
  • 944 replies
  • Answer
  • April 26, 2023

@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: