cURL
curl --request GET \ --url https://app.getpaperjet.com/api/v1/api-keys \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "key": "<string>", "userId": "<string>", "enabled": true, "createdAt": "<string>", "lastRequest": "<string>" } ]
Get all API keys for the organization
Was this page helpful?