@apteva/integrations 0.3.62 → 0.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +180 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +13 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +104 -7
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "etherscan",
|
|
3
|
+
"name": "Etherscan",
|
|
4
|
+
"description": "Ethereum mainnet block explorer API — on-chain queries about addresses, transactions, ERC-20 transfers, internal calls, gas, and supply. The de-facto canonical source for Ethereum chain reads. Use for whale-wallet watching (track addresses with >$10M positions), tx-history audits, ERC-20 movement detection, and gas-price awareness for time-sensitive trades. Free tier: 5 req/sec (no daily cap). Sign up at https://etherscan.io/apis. Note: all calls go through a single /api endpoint with module + action as query params — that's Etherscan's design, not ours.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=etherscan.io&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"crypto",
|
|
8
|
+
"ethereum",
|
|
9
|
+
"explorer",
|
|
10
|
+
"on-chain",
|
|
11
|
+
"defi",
|
|
12
|
+
"blockchain"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://api.etherscan.io",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": ["api_key"],
|
|
17
|
+
"query_params": {
|
|
18
|
+
"apikey": "{{api_key}}"
|
|
19
|
+
},
|
|
20
|
+
"credential_fields": [
|
|
21
|
+
{
|
|
22
|
+
"name": "api_key",
|
|
23
|
+
"label": "API Key",
|
|
24
|
+
"description": "From your Etherscan account dashboard at https://etherscan.io/myapikey. Free tier: 5 req/sec, no daily cap."
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"tools": [
|
|
29
|
+
{
|
|
30
|
+
"name": "eth_balance",
|
|
31
|
+
"description": "Native ETH balance for an address, in wei. Divide by 1e18 for ether. Use for tracking whale-wallet net worth movements.",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"path": "/api?module=account&action=balance&tag=latest",
|
|
34
|
+
"input_schema": {
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"address": {"type": "string", "description": "0x-prefixed 40-char hex address."}
|
|
38
|
+
},
|
|
39
|
+
"required": ["address"]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "tx_list",
|
|
44
|
+
"description": "List normal transactions (calls + value transfers) for an address. Returns up to 10k rows per page; paginate via page + offset. Use for full tx-history audits.",
|
|
45
|
+
"method": "GET",
|
|
46
|
+
"path": "/api?module=account&action=txlist",
|
|
47
|
+
"input_schema": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"address": {"type": "string"},
|
|
51
|
+
"startblock": {"type": "integer", "default": 0},
|
|
52
|
+
"endblock": {"type": "integer", "default": 99999999},
|
|
53
|
+
"page": {"type": "integer", "default": 1},
|
|
54
|
+
"offset": {"type": "integer", "default": 100, "description": "Rows per page, max 10000."},
|
|
55
|
+
"sort": {"type": "string", "enum": ["asc","desc"], "default": "desc"}
|
|
56
|
+
},
|
|
57
|
+
"required": ["address"]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "internal_tx_list",
|
|
62
|
+
"description": "Internal transactions (contract-to-contract calls that moved value, not externally-initiated). Critical for tracing where funds actually moved — visible normal txs only show the top-level call.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/api?module=account&action=txlistinternal",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"address": {"type": "string"},
|
|
69
|
+
"startblock": {"type": "integer", "default": 0},
|
|
70
|
+
"endblock": {"type": "integer", "default": 99999999},
|
|
71
|
+
"page": {"type": "integer", "default": 1},
|
|
72
|
+
"offset": {"type": "integer", "default": 100},
|
|
73
|
+
"sort": {"type": "string", "enum": ["asc","desc"], "default": "desc"}
|
|
74
|
+
},
|
|
75
|
+
"required": ["address"]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "erc20_transfers",
|
|
80
|
+
"description": "ERC-20 token transfers involving an address. Filter by contractaddress for one specific token (e.g. USDC = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48). Without contractaddress, returns every token interaction. Critical for following whale flows in/out of major stablecoins or memecoins.",
|
|
81
|
+
"method": "GET",
|
|
82
|
+
"path": "/api?module=account&action=tokentx",
|
|
83
|
+
"input_schema": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"properties": {
|
|
86
|
+
"address": {"type": "string"},
|
|
87
|
+
"contractaddress": {"type": "string", "description": "Optional — restrict to one token contract."},
|
|
88
|
+
"startblock": {"type": "integer", "default": 0},
|
|
89
|
+
"endblock": {"type": "integer", "default": 99999999},
|
|
90
|
+
"page": {"type": "integer", "default": 1},
|
|
91
|
+
"offset": {"type": "integer", "default": 100},
|
|
92
|
+
"sort": {"type": "string", "enum": ["asc","desc"], "default": "desc"}
|
|
93
|
+
},
|
|
94
|
+
"required": ["address"]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "erc20_balance",
|
|
99
|
+
"description": "ERC-20 balance for an address against one specific token contract. Result is in the token's base units; divide by 10^decimals to get human-readable.",
|
|
100
|
+
"method": "GET",
|
|
101
|
+
"path": "/api?module=account&action=tokenbalance&tag=latest",
|
|
102
|
+
"input_schema": {
|
|
103
|
+
"type": "object",
|
|
104
|
+
"properties": {
|
|
105
|
+
"address": {"type": "string"},
|
|
106
|
+
"contractaddress": {"type": "string"}
|
|
107
|
+
},
|
|
108
|
+
"required": ["address","contractaddress"]
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "tx_status",
|
|
113
|
+
"description": "Was a transaction successful? Returns {isError, errDescription}. Use to verify large pending tx outcomes for time-sensitive trading decisions.",
|
|
114
|
+
"method": "GET",
|
|
115
|
+
"path": "/api?module=transaction&action=getstatus",
|
|
116
|
+
"input_schema": {
|
|
117
|
+
"type": "object",
|
|
118
|
+
"properties": {
|
|
119
|
+
"txhash": {"type": "string"}
|
|
120
|
+
},
|
|
121
|
+
"required": ["txhash"]
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "block_by_time",
|
|
126
|
+
"description": "Find the closest block number for a given Unix timestamp. Useful for 'what was X's balance at exactly 14:00 UTC yesterday' analysis.",
|
|
127
|
+
"method": "GET",
|
|
128
|
+
"path": "/api?module=block&action=getblocknobytime",
|
|
129
|
+
"input_schema": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"timestamp": {"type": "integer"},
|
|
133
|
+
"closest": {"type": "string", "enum": ["before","after"], "default": "before"}
|
|
134
|
+
},
|
|
135
|
+
"required": ["timestamp"]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "gas_oracle",
|
|
140
|
+
"description": "Current gas prices — SafeGasPrice, ProposeGasPrice, FastGasPrice (in gwei). Use before sending tx to estimate timing + cost.",
|
|
141
|
+
"method": "GET",
|
|
142
|
+
"path": "/api?module=gastracker&action=gasoracle",
|
|
143
|
+
"input_schema": {
|
|
144
|
+
"type": "object",
|
|
145
|
+
"properties": {}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "eth_price",
|
|
150
|
+
"description": "Current ETH/BTC and ETH/USD prices according to Etherscan's data feed.",
|
|
151
|
+
"method": "GET",
|
|
152
|
+
"path": "/api?module=stats&action=ethprice",
|
|
153
|
+
"input_schema": {
|
|
154
|
+
"type": "object",
|
|
155
|
+
"properties": {}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"health_check": {
|
|
160
|
+
"tool": "gas_oracle"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
@@ -0,0 +1,484 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "etsy",
|
|
3
|
+
"name": "Etsy",
|
|
4
|
+
"description": "Etsy Open API v3 \u2014 manage shops, listings, orders (receipts), and reviews on Etsy. OAuth2 with PKCE; the keystring (client_id) doubles as the x-api-key header.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=etsy.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"ecommerce",
|
|
8
|
+
"marketplace",
|
|
9
|
+
"etsy",
|
|
10
|
+
"store",
|
|
11
|
+
"listings",
|
|
12
|
+
"orders",
|
|
13
|
+
"handmade",
|
|
14
|
+
"retail"
|
|
15
|
+
],
|
|
16
|
+
"base_url": "https://openapi.etsy.com/v3/application",
|
|
17
|
+
"auth": {
|
|
18
|
+
"types": [
|
|
19
|
+
"oauth2"
|
|
20
|
+
],
|
|
21
|
+
"headers": {
|
|
22
|
+
"Authorization": "Bearer {{token}}",
|
|
23
|
+
"x-api-key": "{{client_id}}"
|
|
24
|
+
},
|
|
25
|
+
"credential_fields": [
|
|
26
|
+
{
|
|
27
|
+
"name": "token",
|
|
28
|
+
"label": "access_token"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "refresh_token",
|
|
32
|
+
"label": "refresh_token"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "client_id",
|
|
36
|
+
"label": "Keystring (Client ID)",
|
|
37
|
+
"description": "Etsy app keystring from etsy.com/developers \u2014 also sent as the x-api-key header on every request."
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"oauth2": {
|
|
41
|
+
"authorize_url": "https://www.etsy.com/oauth/connect",
|
|
42
|
+
"token_url": "https://api.etsy.com/v3/public/oauth/token",
|
|
43
|
+
"scopes": [
|
|
44
|
+
"shops_r",
|
|
45
|
+
"shops_w",
|
|
46
|
+
"listings_r",
|
|
47
|
+
"listings_w",
|
|
48
|
+
"transactions_r",
|
|
49
|
+
"transactions_w",
|
|
50
|
+
"profile_r",
|
|
51
|
+
"email_r"
|
|
52
|
+
],
|
|
53
|
+
"client_id_required": true,
|
|
54
|
+
"pkce": true
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"tools": [
|
|
58
|
+
{
|
|
59
|
+
"name": "get_authenticated_user",
|
|
60
|
+
"description": "Get the user_id of the currently authenticated Etsy user.",
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"path": "/users/me",
|
|
63
|
+
"input_schema": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "get_user",
|
|
70
|
+
"description": "Get an Etsy user's public profile by user ID.",
|
|
71
|
+
"method": "GET",
|
|
72
|
+
"path": "/users/{user_id}",
|
|
73
|
+
"input_schema": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"user_id": {
|
|
77
|
+
"type": "integer"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": [
|
|
81
|
+
"user_id"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "get_shop_by_owner",
|
|
87
|
+
"description": "Get the shop belonging to the authenticated user.",
|
|
88
|
+
"method": "GET",
|
|
89
|
+
"path": "/users/{user_id}/shops",
|
|
90
|
+
"input_schema": {
|
|
91
|
+
"type": "object",
|
|
92
|
+
"properties": {
|
|
93
|
+
"user_id": {
|
|
94
|
+
"type": "integer",
|
|
95
|
+
"description": "Etsy user ID (from get_authenticated_user)."
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"required": [
|
|
99
|
+
"user_id"
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "get_shop",
|
|
105
|
+
"description": "Get a shop by ID \u2014 name, currency, listing counts, vacation status.",
|
|
106
|
+
"method": "GET",
|
|
107
|
+
"path": "/shops/{shop_id}",
|
|
108
|
+
"input_schema": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"properties": {
|
|
111
|
+
"shop_id": {
|
|
112
|
+
"type": "integer"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"required": [
|
|
116
|
+
"shop_id"
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "list_shop_listings_active",
|
|
122
|
+
"description": "List active listings in a shop. Supports pagination + sort by created/updated/price/score.",
|
|
123
|
+
"method": "GET",
|
|
124
|
+
"path": "/shops/{shop_id}/listings/active",
|
|
125
|
+
"input_schema": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"shop_id": {
|
|
129
|
+
"type": "integer"
|
|
130
|
+
},
|
|
131
|
+
"limit": {
|
|
132
|
+
"type": "integer",
|
|
133
|
+
"description": "Max 100."
|
|
134
|
+
},
|
|
135
|
+
"offset": {
|
|
136
|
+
"type": "integer"
|
|
137
|
+
},
|
|
138
|
+
"keywords": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"sort_on": {
|
|
142
|
+
"type": "string",
|
|
143
|
+
"enum": [
|
|
144
|
+
"created",
|
|
145
|
+
"price",
|
|
146
|
+
"updated",
|
|
147
|
+
"score"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"sort_order": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"enum": [
|
|
153
|
+
"asc",
|
|
154
|
+
"desc",
|
|
155
|
+
"ascending",
|
|
156
|
+
"descending"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"required": [
|
|
161
|
+
"shop_id"
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "get_listing",
|
|
167
|
+
"description": "Get a single listing by ID. Use 'includes' to embed Images, Videos, Inventory, Translations, etc.",
|
|
168
|
+
"method": "GET",
|
|
169
|
+
"path": "/listings/{listing_id}",
|
|
170
|
+
"input_schema": {
|
|
171
|
+
"type": "object",
|
|
172
|
+
"properties": {
|
|
173
|
+
"listing_id": {
|
|
174
|
+
"type": "integer"
|
|
175
|
+
},
|
|
176
|
+
"includes": {
|
|
177
|
+
"type": "string",
|
|
178
|
+
"description": "Comma-separated associations (e.g. 'Images,Videos,Inventory,Shipping')."
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"required": [
|
|
182
|
+
"listing_id"
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "create_draft_listing",
|
|
188
|
+
"description": "Create a new draft listing in the seller's shop. The listing starts inactive \u2014 call update_listing to set state='active' once images and inventory are attached.",
|
|
189
|
+
"method": "POST",
|
|
190
|
+
"path": "/shops/{shop_id}/listings",
|
|
191
|
+
"input_schema": {
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"shop_id": {
|
|
195
|
+
"type": "integer"
|
|
196
|
+
},
|
|
197
|
+
"quantity": {
|
|
198
|
+
"type": "integer",
|
|
199
|
+
"description": "Number of items available."
|
|
200
|
+
},
|
|
201
|
+
"title": {
|
|
202
|
+
"type": "string",
|
|
203
|
+
"description": "Max 140 chars."
|
|
204
|
+
},
|
|
205
|
+
"description": {
|
|
206
|
+
"type": "string"
|
|
207
|
+
},
|
|
208
|
+
"price": {
|
|
209
|
+
"type": "number",
|
|
210
|
+
"description": "Listing price in shop's currency."
|
|
211
|
+
},
|
|
212
|
+
"who_made": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"enum": [
|
|
215
|
+
"i_did",
|
|
216
|
+
"someone_else",
|
|
217
|
+
"collective"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
"when_made": {
|
|
221
|
+
"type": "string",
|
|
222
|
+
"description": "Period code (e.g. 'made_to_order', '2020_2025', 'before_2006')."
|
|
223
|
+
},
|
|
224
|
+
"taxonomy_id": {
|
|
225
|
+
"type": "integer",
|
|
226
|
+
"description": "Etsy taxonomy node ID."
|
|
227
|
+
},
|
|
228
|
+
"shipping_profile_id": {
|
|
229
|
+
"type": "integer"
|
|
230
|
+
},
|
|
231
|
+
"return_policy_id": {
|
|
232
|
+
"type": "integer"
|
|
233
|
+
},
|
|
234
|
+
"tags": {
|
|
235
|
+
"type": "array",
|
|
236
|
+
"items": {
|
|
237
|
+
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"description": "Up to 13 tags, max 20 chars each."
|
|
240
|
+
},
|
|
241
|
+
"materials": {
|
|
242
|
+
"type": "array",
|
|
243
|
+
"items": {
|
|
244
|
+
"type": "string"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"type": {
|
|
248
|
+
"type": "string",
|
|
249
|
+
"enum": [
|
|
250
|
+
"physical",
|
|
251
|
+
"download",
|
|
252
|
+
"both"
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"is_supply": {
|
|
256
|
+
"type": "boolean"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"required": [
|
|
260
|
+
"shop_id",
|
|
261
|
+
"quantity",
|
|
262
|
+
"title",
|
|
263
|
+
"description",
|
|
264
|
+
"price",
|
|
265
|
+
"who_made",
|
|
266
|
+
"when_made",
|
|
267
|
+
"taxonomy_id"
|
|
268
|
+
]
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "update_listing",
|
|
273
|
+
"description": "Update fields on an existing listing. Use state='active' to publish a draft. Pass only the fields you want to change.",
|
|
274
|
+
"method": "PATCH",
|
|
275
|
+
"path": "/shops/{shop_id}/listings/{listing_id}",
|
|
276
|
+
"input_schema": {
|
|
277
|
+
"type": "object",
|
|
278
|
+
"properties": {
|
|
279
|
+
"shop_id": {
|
|
280
|
+
"type": "integer"
|
|
281
|
+
},
|
|
282
|
+
"listing_id": {
|
|
283
|
+
"type": "integer"
|
|
284
|
+
},
|
|
285
|
+
"title": {
|
|
286
|
+
"type": "string"
|
|
287
|
+
},
|
|
288
|
+
"description": {
|
|
289
|
+
"type": "string"
|
|
290
|
+
},
|
|
291
|
+
"price": {
|
|
292
|
+
"type": "number"
|
|
293
|
+
},
|
|
294
|
+
"quantity": {
|
|
295
|
+
"type": "integer"
|
|
296
|
+
},
|
|
297
|
+
"tags": {
|
|
298
|
+
"type": "array",
|
|
299
|
+
"items": {
|
|
300
|
+
"type": "string"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"materials": {
|
|
304
|
+
"type": "array",
|
|
305
|
+
"items": {
|
|
306
|
+
"type": "string"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"state": {
|
|
310
|
+
"type": "string",
|
|
311
|
+
"enum": [
|
|
312
|
+
"active",
|
|
313
|
+
"inactive",
|
|
314
|
+
"draft"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
"shipping_profile_id": {
|
|
318
|
+
"type": "integer"
|
|
319
|
+
},
|
|
320
|
+
"return_policy_id": {
|
|
321
|
+
"type": "integer"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"required": [
|
|
325
|
+
"shop_id",
|
|
326
|
+
"listing_id"
|
|
327
|
+
]
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "delete_listing",
|
|
332
|
+
"description": "Delete a listing. Etsy disallows deletion of sold-out listings \u2014 deactivate them via update_listing instead.",
|
|
333
|
+
"method": "DELETE",
|
|
334
|
+
"path": "/listings/{listing_id}",
|
|
335
|
+
"input_schema": {
|
|
336
|
+
"type": "object",
|
|
337
|
+
"properties": {
|
|
338
|
+
"listing_id": {
|
|
339
|
+
"type": "integer"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"required": [
|
|
343
|
+
"listing_id"
|
|
344
|
+
]
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "list_shop_receipts",
|
|
349
|
+
"description": "List orders (receipts) for a shop \u2014 buyer info, items, totals, shipment status. Filter by paid/shipped status and date range.",
|
|
350
|
+
"method": "GET",
|
|
351
|
+
"path": "/shops/{shop_id}/receipts",
|
|
352
|
+
"input_schema": {
|
|
353
|
+
"type": "object",
|
|
354
|
+
"properties": {
|
|
355
|
+
"shop_id": {
|
|
356
|
+
"type": "integer"
|
|
357
|
+
},
|
|
358
|
+
"min_created": {
|
|
359
|
+
"type": "integer",
|
|
360
|
+
"description": "Unix timestamp lower bound."
|
|
361
|
+
},
|
|
362
|
+
"max_created": {
|
|
363
|
+
"type": "integer"
|
|
364
|
+
},
|
|
365
|
+
"min_last_modified": {
|
|
366
|
+
"type": "integer"
|
|
367
|
+
},
|
|
368
|
+
"max_last_modified": {
|
|
369
|
+
"type": "integer"
|
|
370
|
+
},
|
|
371
|
+
"limit": {
|
|
372
|
+
"type": "integer"
|
|
373
|
+
},
|
|
374
|
+
"offset": {
|
|
375
|
+
"type": "integer"
|
|
376
|
+
},
|
|
377
|
+
"was_paid": {
|
|
378
|
+
"type": "boolean"
|
|
379
|
+
},
|
|
380
|
+
"was_shipped": {
|
|
381
|
+
"type": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"was_delivered": {
|
|
384
|
+
"type": "boolean"
|
|
385
|
+
},
|
|
386
|
+
"was_canceled": {
|
|
387
|
+
"type": "boolean"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"required": [
|
|
391
|
+
"shop_id"
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "get_shop_receipt",
|
|
397
|
+
"description": "Get a single receipt (order) by ID.",
|
|
398
|
+
"method": "GET",
|
|
399
|
+
"path": "/shops/{shop_id}/receipts/{receipt_id}",
|
|
400
|
+
"input_schema": {
|
|
401
|
+
"type": "object",
|
|
402
|
+
"properties": {
|
|
403
|
+
"shop_id": {
|
|
404
|
+
"type": "integer"
|
|
405
|
+
},
|
|
406
|
+
"receipt_id": {
|
|
407
|
+
"type": "integer"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"required": [
|
|
411
|
+
"shop_id",
|
|
412
|
+
"receipt_id"
|
|
413
|
+
]
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "create_receipt_shipment",
|
|
418
|
+
"description": "Mark a receipt as shipped and optionally attach a tracking number / carrier to notify the buyer.",
|
|
419
|
+
"method": "POST",
|
|
420
|
+
"path": "/shops/{shop_id}/receipts/{receipt_id}/tracking",
|
|
421
|
+
"input_schema": {
|
|
422
|
+
"type": "object",
|
|
423
|
+
"properties": {
|
|
424
|
+
"shop_id": {
|
|
425
|
+
"type": "integer"
|
|
426
|
+
},
|
|
427
|
+
"receipt_id": {
|
|
428
|
+
"type": "integer"
|
|
429
|
+
},
|
|
430
|
+
"tracking_code": {
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"carrier_name": {
|
|
434
|
+
"type": "string",
|
|
435
|
+
"description": "e.g. 'usps', 'fedex', 'ups', 'dhl'."
|
|
436
|
+
},
|
|
437
|
+
"send_bcc": {
|
|
438
|
+
"type": "boolean",
|
|
439
|
+
"description": "BCC the seller on the buyer notification email."
|
|
440
|
+
},
|
|
441
|
+
"note_to_buyer": {
|
|
442
|
+
"type": "string"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"required": [
|
|
446
|
+
"shop_id",
|
|
447
|
+
"receipt_id"
|
|
448
|
+
]
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "list_shop_reviews",
|
|
453
|
+
"description": "List reviews left on a shop's listings.",
|
|
454
|
+
"method": "GET",
|
|
455
|
+
"path": "/shops/{shop_id}/reviews",
|
|
456
|
+
"input_schema": {
|
|
457
|
+
"type": "object",
|
|
458
|
+
"properties": {
|
|
459
|
+
"shop_id": {
|
|
460
|
+
"type": "integer"
|
|
461
|
+
},
|
|
462
|
+
"limit": {
|
|
463
|
+
"type": "integer"
|
|
464
|
+
},
|
|
465
|
+
"offset": {
|
|
466
|
+
"type": "integer"
|
|
467
|
+
},
|
|
468
|
+
"min_created": {
|
|
469
|
+
"type": "integer"
|
|
470
|
+
},
|
|
471
|
+
"max_created": {
|
|
472
|
+
"type": "integer"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
"required": [
|
|
476
|
+
"shop_id"
|
|
477
|
+
]
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"health_check": {
|
|
482
|
+
"tool": "get_authenticated_user"
|
|
483
|
+
}
|
|
484
|
+
}
|