Skip to main content
GET
/
gateways
List Gateways
curl --request GET \
  --url https://api.pinata.cloud/v3/gateways \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

pageSize
integer

Limits the number of results

page
integer

Paginates through results by offsetting the results

Response

200 - application/json

OK

The response is of type object.