cURL
curl --request POST \ --url https://app.getpaperjet.com/api/v1/api-keys \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>" }'
{ "id": "<string>", "name": "<string>", "key": "<string>" }
Create a new API key
1
Was this page helpful?