API keys allow you to access your Passport account programmatically and integrate wallet passes into your applications.Each API key inherits the permissions of the user who created it, giving access to all of that user’s resources.
You can create an API key by following these steps:
1
Go to settings
Go to Settings > API keys.
2
Create an API key
Click “Create API key” and give it a descriptive name.
3
Store your API key
Once your API key is created, make sure to copy and store it in a safe place. You won’t be able to see it again for security reasons. If it gets lost, you can create a new one.
Your API key grants full access to your Passport account. Keep it secure and never share it publicly.
4
Use your API key
Now that you have your API key, you can use it to access your account’s resources programmatically via any API request using the api-key header.
When you remove a user from your organization (or they leave your organization), all API keys associated with that user will stop working as well. Keep this in mind when managing users.