cURL
curl --request POST \ --url https://api.pinata.cloud/v3/api_keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "keyname": "A test", "permissions": { "admin": true }, "maxUses": 2 }'
{ "JWT": "JWT", "pinata_api_key": "key", "pinata_api_secret": "secret" }
org:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object