Feedly Tags API

The Tags API from Feedly — 1 operation(s) for tags.

Operations 1

GET /tags Get list of team board streamIds #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/feedly-tags-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

feedly-tags-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Enterprise Tags API
  version: '1.0'
servers:
- url: https://api.feedly.com/v3/enterprise
security:
- sec0: []
tags:
- name: Tags
paths:
  /tags:
    get:
      summary: Get list of team board streamIds
      description: Return a list of team boards
      operationId: get-list-of-team-boards
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: "[\n  {\n    \"bufferSettings\": {\n      \"disabled\": true,\n      \"profileSelection\": \"allProfiles\",\n      \"sendNow\": false,\n      \"includeHighlight\": false\n    },\n    \"created\": 1737736144960,\n    \"createdBy\": \"71bcd854-acb0-4b55-9e82-c49bd12ea6c3\",\n    \"emailSettings\": {\n      \"daysOfWeek\": [\n        \"Monday\",\n        \"Thursday\",\n        \"Tuesday\",\n        \"Wednesday\",\n        \"Sunday\",\n        \"Friday\",\n        \"Saturday\"\n      ],\n      \"disabled\": true,\n      \"hourOfDay\": 10,\n      \"includeFollowers\": true,\n      \"includeHighlights\": true,\n      \"includeImages\": true,\n      \"includeNotes\": true,\n      \"ranked\": \"newest\",\n      \"subjectTemplate\": \"NameAndDate\",\n      \"timeZone\": \"America/Detroit\",\n      \"useLeoSummary\": true\n    },\n    \"id\": \"enterprise/akko/tag/002820c3-918f-4052-b5c9-595091c2e419\",\n    \"label\": \"API Test Board\",\n    \"lastEntryAdded\": 1737736477703,\n    \"microsoftTeamsSettings\": {\n      \"disabled\": true\n    },\n    \"tagArchived\": false,\n    \"totalEntries\": 4,\n    \"users\": [\n      {\n        \"userId\": \"9ec2f23d-0fbb-49a5-bcc8-bcbceb05e563\",\n        \"name\": \"Gaby\",\n        \"email\": \"gaby+mi+content@feedly.com\",\n        \"isAdmin\": false,\n        \"joinDate\": 1747842012518\n      },\n      {\n        \"userId\": \"71bcd854-acb0-4b55-9e82-c49bd12ea6c3\",\n        \"givenName\": \"Aaron\",\n        \"name\": \"Aaron O'Maley\",\n        \"email\": \"aaronwfv+mipersonal@gmail.com\",\n        \"isAdmin\": false,\n        \"joinDate\": 1737736145236\n      }\n    ]\n  }\n]"
              schema:
                type: array
                items:
                  type: object
                  properties:
                    bufferSettings:
                      type: object
                      properties:
                        disabled:
                          type: boolean
                          example: true
                          default: true
                        profileSelection:
                          type: string
                          example: allProfiles
                        sendNow:
                          type: boolean
                          example: false
                          default: true
                        includeHighlight:
                          type: boolean
                          example: false
                          default: true
                    created:
                      type: integer
                      example: 1737736144960
                      default: 0
                    createdBy:
                      type: string
                      example: 71bcd854-acb0-4b55-9e82-c49bd12ea6c3
                    emailSettings:
                      type: object
                      properties:
                        daysOfWeek:
                          type: array
                          items:
                            type: string
                            example: Monday
                        disabled:
                          type: boolean
                          example: true
                          default: true
                        hourOfDay:
                          type: integer
                          example: 10
                          default: 0
                        includeFollowers:
                          type: boolean
                          example: true
                          default: true
                        includeHighlights:
                          type: boolean
                          example: true
                          default: true
                        includeImages:
                          type: boolean
                          example: true
                          default: true
                        includeNotes:
                          type: boolean
                          example: true
                          default: true
                        ranked:
                          type: string
                          example: newest
                        subjectTemplate:
                          type: string
                          example: NameAndDate
                        timeZone:
                          type: string
                          example: America/Detroit
                        useLeoSummary:
                          type: boolean
                          example: true
                          default: true
                    id:
                      type: string
                      example: enterprise/akko/tag/002820c3-918f-4052-b5c9-595091c2e419
                    label:
                      type: string
                      example: API Test Board
                    lastEntryAdded:
                      type: integer
                      example: 1737736477703
                      default: 0
                    microsoftTeamsSettings:
                      type: object
                      properties:
                        disabled:
                          type: boolean
                          example: true
                          default: true
                    tagArchived:
                      type: boolean
                      example: false
                      default: true
                    totalEntries:
                      type: integer
                      example: 4
                      default: 0
                    users:
                      type: array
                      items:
                        type: object
                        properties:
                          userId:
                            type: string
                            example: 9ec2f23d-0fbb-49a5-bcc8-bcbceb05e563
                          name:
                            type: string
                            example: Gaby
                          email:
                            type: string
                            example: gaby+mi+content@feedly.com
                          isAdmin:
                            type: boolean
                            example: false
                            default: true
                          joinDate:
                            type: integer
                            example: 1747842012518
                            default: 0
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Tags
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      name: Authorization
      x-bearer-format: bearer
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
x-readme-fauxas: true