API Keys
List API Keys
GET
/
pinata
/
keys
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Returns only API keys that have been revoked
Returns only API keys with a max_uses value set
Can only be used in conjunction with limitedUse query set to true. Returns only API keys with max_uses that have hit their use limit.
Returns API keys that match ilike on the API keys name column
Paginate through list of keys by offsetting number of results
Response
200 - application/json
The response is of type object
.