Authentication

Authentication

Authentication: Authentication ensures that only authorized users can access and interact with the Proto API, protecting the security and integrity of the system.

If you are interested in utilizing Multi-Factor Authentication (MFA) for added security, please reach out to our support team for further assistance and guidance.

You will use this as the Bearer token in all the requests you make moving forward for things like playback.

Authentication tip:
When you obtain an auth token, include the flag "rememberMe": true in your login payload. Without this flag, the session key will expire and require re‑authentication after 24 hours. Setting "rememberMe": true ensures the key persists beyond a single day, reducing friction for long‑running integrations.

 

Postman:

image-20240822-183749.png