Create a Pinata API key
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body is comprised of keyName, permissions, and maxUses (optional).
The body is of type object
.
{ "pinata_api_key": "KEY", "pinata_api_secret": "SECRET", "JWT": "JWT" }
The response is of type any
.
Create a Pinata API key
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body is comprised of keyName, permissions, and maxUses (optional).
The body is of type object
.
{ "pinata_api_key": "KEY", "pinata_api_secret": "SECRET", "JWT": "JWT" }
The response is of type any
.