API Keys
List API Keys
GET
/
pinata
/
keys
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
revoked
boolean
Returns only API keys that have been revoked
limitedUse
boolean
Returns only API keys with a max_uses value set
exhausted
boolean
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.
name
string
Returns API keys that match ilike on the API keys name column
offset
number
Paginate through list of keys by offsetting number of results
Response
200 - application/json
The response is of type object
.