Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
{ message: "Congratulations! You are communicating with the Pinata API!" }
Test your API keys and your ability to connect to the Pinata API
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
{ message: "Congratulations! You are communicating with the Pinata API!" }