What are temporary API Keys?
Time limited API Keys are API Keys that expire after a certain amount of time. They are useful for when you want to give a user access to your API for a limited amount of time. For example, you might want to give a user access to your API for 1 hour, or 1 day, or 1 week. You can do this by creating a Time limited API Key that expires after a certain amount of time.How to create a Time limited API Key
To create a Time limited API Key, you need to make aPOST
request to the /keys
endpoint. You can read about all the parameters you can send in the API Reference.