For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
  • REST
    • Authentication
    • Platform
          • GETRetrieves a list of databases for an account
          • POSTAdd a new database
          • GETRetrieves a paginated list of databases for an account, with optional fuzzy search query
          • GETRetrieves a single database
          • DELDeletes database
          • GETGets a list of extra import fields
          • PUTSubmits a list of extra import fields
          • GETReturns a list of mapped fields in the file map
          • POSTSets a database primary key
    • Event-Driven Sync (EDRTS)
    • Content
    • FeedAMP Order
    • FeedAMP Order V2
    • FeedAMP Order Source
LogoLogo
RESTPlatformDatabase

Retrieves a list of databases for an account

Deprecated
GET
https://meta.feedonomics.com/api.php/accounts/:account_id/dbs
GET
/api.php/accounts/:account_id/dbs
$curl https://meta.feedonomics.com/api.php/accounts/1/dbs \
> -H "x-api-key: x-api-key" \
> -H "Authorization: Bearer <token>"
200Database_retrievesAListOfDatabasesForAnAccount_example
1[
2 {
3 "account_id": "73",
4 "id": "1",
5 "name": "db one",
6 "paused": "0",
7 "google_service_account_id": "0",
8 "run_import_stats": "0",
9 "privacy_level": "admin",
10 "permissions": "write",
11 "scheduled_exports": 0,
12 "scheduled_imports": 0,
13 "trigger_count": 0,
14 "number_exported_in_last_day": 0,
15 "search_index": "",
16 "db_group_id": 0,
17 "db_group_name": "Ungrouped",
18 "db_group_sort_weight": "~~~"
19 },
20 {
21 "account_id": "73",
22 "id": "130",
23 "name": "DATACEST_localhost_1631824972",
24 "paused": "0",
25 "google_service_account_id": "0",
26 "run_import_stats": "0",
27 "privacy_level": "admin",
28 "permissions": "write",
29 "scheduled_exports": 0,
30 "scheduled_imports": 0,
31 "trigger_count": 0,
32 "number_exported_in_last_day": 0,
33 "search_index": ",feed.csv,,kijiji_export.csv",
34 "db_group_id": 0,
35 "db_group_name": "Ungrouped",
36 "db_group_sort_weight": "~~~"
37 }
38]
Was this page helpful?
Previous

Retrieves a list of accounts for a user, paginated with fuzzy search.

Next

Add a new database

Built with

Authentication

AuthorizationBearer

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

Path parameters

account_idintegerRequired
ID of the account that the database is added to

Headers

x-api-keystringRequired

Response

successful operation
account_idstring
idstring
namestring
pausedstring
google_service_account_idstring
run_import_statsstring
privacy_levelstring
permissionsstring
scheduled_exportsinteger
scheduled_importsinteger
trigger_countinteger
number_exported_in_last_dayinteger
search_indexstring
db_group_idinteger
db_group_namestring
db_group_sort_weightstring