Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / E Commerce / 1 Natural Way Public API
1 Natural Way Public API logo

Portal 1naturalway 1 Natural Way Public API

✓ Official Vendor SpecE CommerceStorefrontapiKey3 EndpointsREST

For Agents

Access reference data for insurance companies, US states, and contact submission for dietary supplement and wellness product fulfillment.

Use for: Get list of insurance companies that cover supplements, Submit a customer inquiry about supplement products, Validate US state codes for shipping addresses, Check if an insurance carrier is supported for benefits

Not supported: Provides reference data and contact submission for supplement fulfillment workflows. Does not handle order placement, inventory management, or shipping logistics-contact 1 Natural Way for comprehensive integration capabilities.

1 Natural Way is a dietary supplement and wellness products provider offering vitamins, minerals, and nutritional supplements. The 1 Natural Way Public API provides access to reference data including insurance company listings, contact information submission, and US state codes for address validation. This API supports e-commerce checkout flows, prescription and supplement fulfillment systems, and health insurance integration workflows. Healthcare applications use it to validate insurance carriers for supplement benefit coverage, submit customer inquiries for follow-up, and ensure accurate address capture during order placement. The API serves as a data layer for integrating 1 Natural Way's product catalog and fulfillment services into healthcare platforms, pharmacy management systems, and wellness portals.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the 1 Natural Way Public API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the 1 Natural Way Public API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fportal.1naturalway.com%2F1-natural-way-api" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fportal.1naturalway.com%2F1-natural-way-api" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with 1 Natural Way Public API.

Retrieve list of insurance companies for coverage verification

Submit contact information for customer inquiries and follow-up

Query US state codes for address validation and shipping calculations

Access reference data for checkout and fulfillment workflows

Use Cases

Patterns agents use 1 Natural Way Public API for, with concrete tasks.

★ Insurance Coverage Verification for Supplement Benefits

Healthcare platforms and pharmacy management systems integrate the insurance companies endpoint to verify coverage for dietary supplement benefits. During checkout, the system queries the API to check if the customer's insurance carrier is listed, enabling automatic benefit application for covered supplements. This streamlines the purchase process for customers whose health plans include nutritional supplement coverage, reducing friction and improving conversion. The API's insurance list serves as a reference for benefit eligibility checks without requiring individual claim submissions.

Query 1 Natural Way API for list of supported insurance companies, compare customer's insurance carrier against list, display benefit eligibility message at checkout, enable insurance billing option if carrier is supported, route to standard payment if not covered.

E-commerce Checkout Address Validation

Supplement e-commerce platforms use the states endpoint to validate shipping addresses during checkout, ensuring accurate order fulfillment and reducing delivery failures. The API provides standardized US state codes used for address verification, shipping cost calculation based on origin-destination rules, and compliance with state-specific supplement regulations. Checkout forms validate customer-entered states against the API response, displaying error messages for invalid entries before order submission. This prevents undeliverable orders and ensures shipping carrier integrations receive correctly formatted address data.

Retrieve US state codes from 1 Natural Way API, populate state dropdown in checkout form, validate user-entered state abbreviations against API response, calculate shipping costs using state-based rules, ensure address completeness before order submission.

Customer Inquiry and Lead Management

Wellness platforms and telehealth applications integrate the contacts endpoint to submit customer inquiries about supplement recommendations, ingredient questions, and product availability. The API routes contact submissions to 1 Natural Way's customer service systems for follow-up via email or phone. Healthcare providers use this for prescription supplement fulfillment workflows where patients have questions about dosing, interactions, or insurance coverage. The contact submission creates a lead in 1 Natural Way's CRM triggering automated or manual outreach based on inquiry type and priority.

Collect customer inquiry information including contact details and question text, submit via 1 Natural Way contacts API, receive confirmation of submission, display success message to user, trigger internal notification for customer service follow-up tracking.

Healthcare Platform Integration for Supplement Fulfillment

Electronic health record (EHR) systems and pharmacy platforms integrate the 1 Natural Way API to streamline supplement prescription fulfillment. When a physician prescribes dietary supplements, the EHR queries the insurance companies endpoint to check coverage, validates patient shipping addresses using the states endpoint, and submits any special instructions or questions via the contacts endpoint. This enables direct supplement fulfillment from prescription to delivery without manual data entry, improving patient adherence by removing friction from supplement access. Integration ensures supplements are treated as part of the care plan rather than separate purchases.

On supplement prescription creation in EHR, query 1 Natural Way API for insurance coverage, validate patient address with states endpoint, auto-populate order form, submit via integration partner, track fulfillment status, update patient record with order details.

Key Endpoints

3 endpoints — 1 natural way is a dietary supplement and wellness products provider offering vitamins, minerals, and nutritional supplements.

METHOD

PATH

DESCRIPTION

GET

/api/v1/public/insurance-companies

Retrieve list of insurance companies

GET

/api/v1/public/states

Get US state codes for address validation

POST

/api/v1/public/contacts

Submit customer contact inquiry

GET

/api/v1/public/insurance-companies

Retrieve list of insurance companies

GET

/api/v1/public/states

Get US state codes for address validation

POST

/api/v1/public/contacts

Submit customer contact inquiry

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the 1 Natural Way Public API by hand means handling its API key auth and formatting reference lookups and contact submissions yourself. Through Jentic you install once, import the 1 Natural Way Public API from the API Directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

The 1 Natural Way Public API takes its inputs in the request body and query, so you limit the agent to the operations it needs, such as listing insurance companies or states. The contact submission operation is included only if you add it.

Credential management

Credential isolation

Your 1 Natural Way API key is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'check which insurance companies are supported' or 'submit a contact', and Jentic returns the matching 1 Natural Way operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Stripe Payment Intents API

→

Stripe provides payment processing for supplement purchases with card and ACH support.

Use 1 Natural Way API for product and insurance reference data, then Stripe to process payments for supplement orders with PCI-compliant card handling.

Alternative

Shopify REST Admin API

→

A leading e-commerce platform API for building storefronts and managing products, orders, and inventory — an alternative to 1 Natural Way Public API.

Choose the Shopify REST Admin API to manage products, orders, and inventory on a Shopify-hosted store; use the 1 Natural Way Public API for that vendor's own storefront.

FAQs

Specific to using 1 Natural Way Public API through Jentic.

What authentication does the 1 Natural Way API use?

The 1 Natural Way Public API uses API key authentication. You obtain API credentials from 1 Natural Way and include them in your requests for access to insurance company data, state codes, and contact submission endpoints.

How do I check if a specific insurance company covers supplements?

Query the /api/v1/public/insurance-companies endpoint to retrieve the full list of supported insurance carriers. Compare your customer's insurance provider against this list to determine if supplement benefits are available through 1 Natural Way.

What information can I submit through the contacts endpoint?

The contacts endpoint accepts customer inquiry submissions including name, contact information, and message text. This creates a lead in 1 Natural Way's system for follow-up regarding supplement questions, product availability, or insurance coverage inquiries.

Can this API be used for order placement and fulfillment?

This public API provides reference data and contact submission only. For full order placement, inventory queries, and fulfillment tracking, you would need to integrate with 1 Natural Way's partner or enterprise API offerings. Contact 1 Natural Way for comprehensive integration capabilities.

How do AI agents use the 1 Natural Way API through Jentic?

Agents search Jentic for tasks like 'check insurance coverage for supplements' and receive 1 Natural Way operation schemas. Jentic securely stores API credentials, handles authentication, and allows agents to query insurance companies, validate addresses, and submit inquiries with natural language parameters.

Can I limit what my agent is allowed to do with the 1 Natural Way API?

Yes. Because your Jentic One instance is self-hosted, your own rules decide which 1 Natural Way operations and credentials the agent can use. You can allow only the read operations it needs, such as listing insurance companies or fetching US state codes, and leave out the contact submission endpoint entirely. The write operation to submit a customer contact inquiry is available to the agent only if you choose to include it.

GET STARTED

Start building with 1 Natural Way Public API

Explore with Jentic One
View OpenAPI Document