Skip to main content

Authentication

Zentry Pass APIs require a valid API Key present in the api-key header on each request

Obtaining your API Key

You can obtain your API key by going to Zentry Pass Profile Page > Account Settings

alt text

Using your API Key

Add your API key to the header api-key like so

curl --location --request GET 'https://api.user.zentrypass/user/me' --header 'api-key: [YOUR_API_KEY]'

Tenant Authentication

If your account is associated to multiple tenants, then a tenant id is also required for authentication.

Learn more about that here