Jebbit Feed Rows API
The Feed Rows API from Jebbit — 2 operation(s) for feed rows.
The Feed Rows API from Jebbit — 2 operation(s) for feed rows.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/jebbit-feed-rows-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Jebbit Feed Rows API
description: '# Introduction
Use our Jebbit API to automate tasks relating to your Jebbit Businesses, Campaigns, Product Feed, Launch Links, and Integrations.'
version: v1
x-logo:
url: https://jebbit-public-api-docs.s3.amazonaws.com/images/logo.png
backgroundColor: '#FFFFFF'
altText: Jebbit
servers:
- url: https://api2.jebbit.com/
tags:
- name: Feed Rows
paths:
/api/v1/feed_rows:
get:
summary: Lists feed rows
tags:
- Feed Rows
security:
- JWT: []
parameters:
- name: filter[feed_id]
in: query
required: true
style: form
explode: true
schema:
type: array
items:
type: string
description: Feed ID
responses:
'200':
description: Successful
content:
application/vnd.api+json:
examples:
example_0:
value:
data:
- id: abc123
type: feed_rows
attributes:
data: '{"hello":"world"}'
- id: def567
type: feed_rows
attributes:
data: '{"hello":"world"}'
schema:
$ref: '#/components/schemas/feed_rows'
'400':
description: Bad Request
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 400
title: Bad Request
'401':
description: Unauthorized
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 401
title: Unauthorized Request
'403':
description: Forbidden
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 403
title: Forbidden
operationId: getApiV1FeedRows
x-operation-id-source: derived
post:
summary: Creates a feed row
tags:
- Feed Rows
security:
- JWT: []
parameters: []
responses:
'201':
description: Created
content:
application/vnd.api+json:
examples:
example_0:
value:
data:
id: abc123
type: feed_row
attributes:
data: '{"hello":"world"}'
schema:
$ref: '#/components/schemas/feed_row'
'400':
description: Bad Request
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 400
title: Bad Request
'401':
description: Unauthorized
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 401
title: Unauthorized Request
'403':
description: Forbidden
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 403
title: Forbidden
requestBody:
content:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/feed_row_request'
operationId: postApiV1FeedRows
x-operation-id-source: derived
/api/v1/feed_rows/{feed_row_id}:
get:
summary: Retrieves a Feed Row
tags:
- Feed Rows
security:
- JWT: []
parameters:
- name: feed_row_id
in: path
required: true
schema:
type: string
responses:
'200':
description: Successful
content:
application/vnd.api+json:
examples:
example_0:
value:
data:
id: abc123
type: feed_row
attributes:
data: '{"hello":"world"}'
schema:
$ref: '#/components/schemas/feed_row'
'401':
description: Unauthorized
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 401
title: Unauthorized Request
'403':
description: Forbidden
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 403
title: Forbidden
'404':
description: Not Found
operationId: getApiV1FeedRowsByFeedRowId
x-operation-id-source: derived
patch:
summary: Updates a Feed Row
tags:
- Feed Rows
security:
- JWT: []
parameters:
- name: feed_row_id
in: path
required: true
schema:
type: string
responses:
'200':
description: Successful
content:
application/vnd.api+json:
examples:
example_0:
value:
data:
id: abc123
type: feed_rows
attributes:
data: '{"data":"data"}'
schema:
$ref: '#/components/schemas/feed_row'
'400':
description: Bad Request
content:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/feed_row'
'401':
description: Unauthorized
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 401
title: Unauthorized Request
'403':
description: Forbidden
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 403
title: Forbidden
'404':
description: Not Found
requestBody:
content:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/feed_row_request'
operationId: patchApiV1FeedRowsByFeedRowId
x-operation-id-source: derived
delete:
summary: Deletes a Feed Row
tags:
- Feed Rows
security:
- JWT: []
parameters:
- name: feed_row_id
in: path
required: true
schema:
type: string
responses:
'204':
description: No Content
'400':
description: Bad Request
'401':
description: Unauthorized
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 401
title: Unauthorized Request
'403':
description: Forbidden
content:
application/vnd.api+json:
examples:
example_0:
value:
errors:
- status: 403
title: Forbidden
'404':
description: Not Found
operationId: deleteApiV1FeedRowsByFeedRowId
x-operation-id-source: derived
components:
schemas:
feed_row_request:
type: object
properties:
data:
type: object
properties:
type:
type: string
attributes:
type: object
properties:
feed_id:
type: string
product_identifier:
type: string
data:
type: json
required:
- product_identifier
- feed_id
- data
required:
- type
feed_row:
type: object
properties:
data:
type: object
properties:
type:
type: string
attributes:
type: object
properties:
feed_id:
type: string
product_identifier:
type: string
data:
type: json
required:
- product_identifier
- feed_id
- data
required:
- type
feed_rows:
type: object
properties:
data:
type: array
items:
type: feed_row
securitySchemes:
JWT:
type: http
scheme: bearer
bearerFormat: JWT
flows:
authorizationCode:
tokenUrl: https://auth.jebbit.com/oauth/token
scopes:
read: Grants read access
write: Grants write access
delete: Grants delete access