EMAIL and
API_KEY as basic authentication username and password respectively.
With a client such as curl, you can pass your credentials with the -u
option, as the following example shows:
EMAIL and API_KEY with your email and API key.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication for the Upstash Developer API
EMAIL and
API_KEY as basic authentication username and password respectively.
With a client such as curl, you can pass your credentials with the -u
option, as the following example shows:
curl https://api.upstash.com/v2/redis/database -u EMAIL:API_KEY
EMAIL and API_KEY with your email and API key.Was this page helpful?