GET
/
channels
curl --request GET \
  --url https://api.pinata.cloud/v3/farcaster/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "channels": [
      {
        "name": "zorablob",
        "url": "https://warpcast.com/~/channel/zorablob",
        "display_name": "$ZORB",
        "description": "Community channel for $ZORB on Zora",
        "image_url": "https://i.imgur.com/GlH8TPF.png",
        "lead_fid": 378922,
        "created_at": 1709635092
      }
    ],
    "next_page_token": "eyJvZmZzZXQiOiIxNCJ9"
  }
}

Authorizations

Authorization
string
headerrequired

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

Query Parameters

pageSize
integer

Determine the number of results, if not specified default is 100

pageToken
string

Token to be used for the next page of results

Response

200 - application/json

The response is of type object.