GET
/
channels
/
{name}
curl --request GET \
  --url https://api.pinata.cloud/v3/farcaster/channels/{name} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "name": "pinata",
    "url": "https://warpcast.com/~/channel/pinata",
    "display_name": "pinata",
    "description": "Build on IPFS and Farcaster at Scale | pinata.cloud",
    "image_url": "https://i.imgur.com/u4mGk5b.gif",
    "lead_fid": 20591,
    "created_at": 1706890562
  }
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

name
string
required

Display name for the channel you are trying to fetch

Response

200 - application/json

The response is of type object.