What are temporary API Keys?
Temporary 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 temporary API Key that expires after a certain amount of time.How to create a temporary API Key
To create a temporary API Key, you need to make aPOST
request to the /v2/keys.createKey
endpoint. You can read about all the parameters you can send in the API Reference.