curl --request GET \
--url https://fulfillment.noyo.com/api/v1/feeds \
--header 'Authorization: Bearer <token>'{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 3
},
"response": [
{
"carrier_id": "6ccec769-aaf5-4cb0-92f0-f16b9500c21d",
"configuration": {
"cadence": {
"end_date": "2025-03-01",
"next_transmission": "2024-09-10T10:00:00+00:00",
"paused": true,
"rrule": "RRULE:FREQ=DAILY",
"start_date": "2024-03-01",
"time_of_day": "06:00",
"zone_info": "US/Eastern"
}
},
"created": 1690395918,
"group_id": "594ca3ab-4f98-4ec6-8158-ed59f7f96fe2",
"id": "00ffa55b-84e1-48d7-8587-57103c10903f",
"last_transmission": {
"id": "bda1b068-3e6a-4cc3-9769-0fb8a38649ce",
"sent_timestamp": 1641171601
},
"modified": 1690395918,
"name": "feed-me",
"next_transmission": 1641171601,
"paused": false,
"status": "active",
"version": "49ed5785-d8e1-4c3d-a09d-2f3625b9f2b1"
},
{
"carrier_id": "6ccec769-aaf5-4cb0-92f0-f16b9500c21d",
"configuration": {
"cadence": {
"end_date": "2025-03-01",
"next_transmission": "2024-09-10T10:00:00+00:00",
"paused": true,
"rrule": "RRULE:FREQ=DAILY",
"start_date": "2024-03-01",
"time_of_day": "06:00",
"zone_info": "US/Eastern"
}
},
"created": 1690395919,
"group_id": "594ca3ab-4f98-4ec6-8158-ed59f7f96fe2",
"id": "3b6e4933-c45a-4320-9770-06d6da1f035a",
"last_transmission": {
"id": "bda1b068-3e6a-4cc3-9769-0fb8a38649ce",
"sent_timestamp": 1641171601
},
"modified": 1690395919,
"name": "feed-you",
"next_transmission": 1641171601,
"paused": false,
"status": "retired",
"version": "3e93d0ec-4666-4cb5-9780-7f451a309754"
},
{
"carrier_id": "6ccec769-aaf5-4cb0-92f0-f16b9500c21d",
"configuration": {
"cadence": {
"end_date": "2025-03-01",
"next_transmission": "2024-09-10T10:00:00+00:00",
"paused": true,
"rrule": "RRULE:FREQ=DAILY",
"start_date": "2024-03-01",
"time_of_day": "06:00",
"zone_info": "US/Eastern"
}
},
"created": 1690395920,
"group_id": "594ca3ab-4f98-4ec6-8158-ed59f7f96fe2",
"id": "2d8ce8c4-623f-4aae-8bdc-5a730f523172",
"last_transmission": {
"id": "bda1b068-3e6a-4cc3-9769-0fb8a38649ce",
"sent_timestamp": 1641171601
},
"modified": 1690395920,
"name": "feed-who",
"next_transmission": 1641171601,
"paused": true,
"status": "template",
"version": "bf2039f2-b9e1-460e-8d67-c2083ef352a7"
}
]
}Get a list of all feeds
curl --request GET \
--url https://fulfillment.noyo.com/api/v1/feeds \
--header 'Authorization: Bearer <token>'{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 3
},
"response": [
{
"carrier_id": "6ccec769-aaf5-4cb0-92f0-f16b9500c21d",
"configuration": {
"cadence": {
"end_date": "2025-03-01",
"next_transmission": "2024-09-10T10:00:00+00:00",
"paused": true,
"rrule": "RRULE:FREQ=DAILY",
"start_date": "2024-03-01",
"time_of_day": "06:00",
"zone_info": "US/Eastern"
}
},
"created": 1690395918,
"group_id": "594ca3ab-4f98-4ec6-8158-ed59f7f96fe2",
"id": "00ffa55b-84e1-48d7-8587-57103c10903f",
"last_transmission": {
"id": "bda1b068-3e6a-4cc3-9769-0fb8a38649ce",
"sent_timestamp": 1641171601
},
"modified": 1690395918,
"name": "feed-me",
"next_transmission": 1641171601,
"paused": false,
"status": "active",
"version": "49ed5785-d8e1-4c3d-a09d-2f3625b9f2b1"
},
{
"carrier_id": "6ccec769-aaf5-4cb0-92f0-f16b9500c21d",
"configuration": {
"cadence": {
"end_date": "2025-03-01",
"next_transmission": "2024-09-10T10:00:00+00:00",
"paused": true,
"rrule": "RRULE:FREQ=DAILY",
"start_date": "2024-03-01",
"time_of_day": "06:00",
"zone_info": "US/Eastern"
}
},
"created": 1690395919,
"group_id": "594ca3ab-4f98-4ec6-8158-ed59f7f96fe2",
"id": "3b6e4933-c45a-4320-9770-06d6da1f035a",
"last_transmission": {
"id": "bda1b068-3e6a-4cc3-9769-0fb8a38649ce",
"sent_timestamp": 1641171601
},
"modified": 1690395919,
"name": "feed-you",
"next_transmission": 1641171601,
"paused": false,
"status": "retired",
"version": "3e93d0ec-4666-4cb5-9780-7f451a309754"
},
{
"carrier_id": "6ccec769-aaf5-4cb0-92f0-f16b9500c21d",
"configuration": {
"cadence": {
"end_date": "2025-03-01",
"next_transmission": "2024-09-10T10:00:00+00:00",
"paused": true,
"rrule": "RRULE:FREQ=DAILY",
"start_date": "2024-03-01",
"time_of_day": "06:00",
"zone_info": "US/Eastern"
}
},
"created": 1690395920,
"group_id": "594ca3ab-4f98-4ec6-8158-ed59f7f96fe2",
"id": "2d8ce8c4-623f-4aae-8bdc-5a730f523172",
"last_transmission": {
"id": "bda1b068-3e6a-4cc3-9769-0fb8a38649ce",
"sent_timestamp": 1641171601
},
"modified": 1690395920,
"name": "feed-who",
"next_transmission": 1641171601,
"paused": true,
"status": "template",
"version": "bf2039f2-b9e1-460e-8d67-c2083ef352a7"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the group
Unique identifier of the carrier
Filter by feeds that will run before the provided datetime
Filter by feeds that are temporarily paused from delivering files
Filter by feed status
Filter by feeds that are in a testing state with the carrier
Filter by feed name or feed ID
The max size of each page of results
The integer offset at which to start the page. Possible values are 0 to total_records - 1
The attribute on which to sort
Either asc or desc, to denote the data's direction
Successful Response - Returns all matching feeds
Metadata associated with the response data
Show child attributes
The offset of the first response record within the matching data set
x >= 0The page number of the response records within the overall data set (1-based integer)
x >= 1The maximum number of response records on each page of results
x >= 1The total number of records in the entire matching data set
x >= 0List of feeds with public data
Show child attributes
Unique identifier of the carrier in Noyo
Configuration of the feed
Show child attributes
Show child attributes
Etc/UTC, US/Eastern, US/Central, US/Mountain, US/Pacific The date the record was created
List of group IDs associated with this feed
Unique identifier of the record in Noyo
The date the record was last updated
Status of the feed
Whether feed is paused or not
Current version of the record
Next transmission date of feed
Was this page helpful?