Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 857 Bytes

authentication.md

File metadata and controls

12 lines (11 loc) · 857 Bytes
title slug hidden createdAt updatedAt
Authentication Methods
authentication
false
2020-08-13T17:14:54.607Z
2023-06-21T19:31:29.821Z

Most of our APIs require authentication for which we recommend using Service Accounts to authenticate. However, most of our Ingestion API calls such as Import Events, Track Events, User Profiles, and Group Profiles only require a Project Token. Because these APIs are often called from our client-side SDKs, we do not want to expose credentials, but we do need to know which project to send data to so we use the Project Token for that purpose.

🚧 HTTPS Only

Our APIs will reject calls made over HTTP to protect request and response information.