GET
/
data
/
testAuthentication
curl --request GET \
  --url https://api.pinata.cloud/data/testAuthentication \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
message
string