- Platform Tokengenerated by our built-in platform auth provider (including SSO/SAML).
- API Keygenerated by user, bound to- Useror- Service Account(starts with- sk-...).
- Provider Tokengenerated by user’s configured external providers e.g.: Firebase.
API Keys
View the API Keys Documentation page
While making request, you must also pass instance identifier of your instance.
These examples show only 
GET method but you can set any of following methods: GET, POST, PUT, PATCH, DELETE during Endpoint creation.- Headers- preferred option to pass your tokens.
- Query parameter- optionally you can use query parameters (but we don’t recommend it).

