API keys
Use API keys to authenticate API requests.
RSA-2048 key pair
Create key pair
mkdir pk
openssl genrsa -out pk/gen.private.key 2048
openssl rsa -in pk/gen.private.key \
-outform PEM -pubout -out pk/gen.public.pemUsage
Type
File
When to use
Authenticate API request
Using Shell Command
Using JavaScript
Verify API request
Last updated