POST
/
auth
/
generate-apikey
curl --request POST \
  --url https://api.panora.dev/auth/generate-apikey \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": "<string>",
  "userId": "<string>",
  "keyName": "<string>"
}'

Body

application/json
projectId
string
required
userId
string
required
keyName
string
required