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 reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

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 DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • 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 Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Communications / Swaggerhub Lennert Onyx / Api Access Entries
Api Access Entries logo

Lennert Onyx Api Access Entries

Browse all Swaggerhub Lennert Onyx APIs
Community OpenAPI document · agent-readyCommunicationsEmail Deliverynone4 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Programmatically fetch non-transmitted entries in json format, fetch non-transmitted entries in xml format. Covers 4 operations.

Use for: I need to fetch non-transmitted entries in json format, I want to fetch non-transmitted entries in xml format, Search for fetch entries in json format with cursor, Find all fetch entries in xml format with cursor

Not supported: Does not handle payments, crm, or developer tools - use for communications only.

API to fetch non-transmitted entries to API calling application Entries can be fetched in both XML or JSON format. The Link is https://beta.onyxone.com/restapi/siport_api_call.xml?changeStatus=1 The apikey will be provided by OnyxOne for external system Changelog: * 2.0.0 (Expected beta release: 03/10/2023, Expected live release: 03/10/2023) * * Not backward compatible change: UIN is removed from . The API exposes 4 endpoints.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Api Access Entries to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Api Access Entries, 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%2Fswaggerhub.lennert-onyx%2Fapi-access-entries" | 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%2Fswaggerhub.lennert-onyx%2Fapi-access-entries" | 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 Api Access Entries API.

Fetch non-transmitted entries in JSON format

Manage communications data programmatically

Integrate API Access Entries into automated workflows

Query and filter API Access Entries records by parameters

Monitor API Access Entries operational status and events

Use Cases

Patterns agents use Api Access Entries API for, with concrete tasks.

★ Communications Operations

Use the API Access Entries to perform communications operations programmatically. The API provides 4 endpoints covering core functionality including fetch non-transmitted entries in json format, fetch non-transmitted entries in xml format, fetch entries in json format with cursor.

Call GET /siport_api_call.json to fetch non-transmitted entries in json format

Automated Entrieswithcursor.Json Management

Automate entrieswithcursor.json operations by combining multiple API Access Entries endpoints. Agents can fetch non-transmitted entries in xml format and then fetch entries in json format with cursor in a single workflow.

Call GET /siport_api_call.xml to fetch non-transmitted entries in xml format, then verify the result

AI Agent Integration via Jentic

AI agents discover and call API Access Entries endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Search Jentic for 'fetch non-transmitted entries in json format', load the operation schema, and execute with Jentic-managed credentials

Key Endpoints

4 endpoints — api to fetch non-transmitted entries to api calling application entries can be fetched in both xml or json format.

METHOD

PATH

DESCRIPTION

GET

/siport_api_call.json

Fetch non-transmitted entries in JSON format

GET

/siport_api_call.xml

Fetch non-transmitted entries in XML format

GET

/entriesWithCursor.json

Fetch entries in JSON format with cursor

GET

/entriesWithCursor.xml

Fetch entries in XML format with cursor

GET

/siport_api_call.json

Fetch non-transmitted entries in JSON format

GET

/siport_api_call.xml

Fetch non-transmitted entries in XML format

GET

/entriesWithCursor.json

Fetch entries in JSON format with cursor

GET

/entriesWithCursor.xml

Fetch entries in XML format with cursor

Why Jentic?

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

Setup

Setup

Wiring API Access Entries by hand means choosing between its SwaggerHub mock host and the beta.onyxone.com backend and handling its JSON and XML entry reads yourself. Through Jentic you install once, import API Access Entries from the API Directory, and your agent calls it without you hand-building each request.

Permission scoping

Permission scoping

API Access Entries exposes only read operations for access entries and carries any cursor outside the resource path, so limit the agent to the operations it needs, such as fetching entries in JSON. Every exposed operation is read-only, and you choose which of them the agent may call.

Credential management

Credential isolation

Any API Access Entries credentials are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'fetch non-transmitted access entries in JSON', and Jentic returns the matching API Access Entries 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.

Alternative

Twilio

→

Alternative communications API

Choose Twilio when you need a different approach to communications operations

Alternative

Sendgrid

→

Alternative communications API

Choose Sendgrid when you need a different approach to communications operations

Complementary

Pusher

→

Complementary communications API

Choose Pusher when you need a complementary approach to communications operations

FAQs

Specific to using Api Access Entries API through Jentic.

What authentication does the API Access Entries use?

The API Access Entries uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

Can I fetch non-transmitted entries in json format with the API Access Entries?

Yes. Use the GET /siport_api_call.json endpoint. The API returns structured JSON responses that agents can parse and act on directly.

What are the rate limits for the API Access Entries?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

How do I fetch non-transmitted entries in json format through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'fetch non-transmitted entries in json format'. Jentic returns the matching API Access Entries operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

How many endpoints does the API Access Entries have?

The API Access Entries exposes 4 endpoints covering entrieswithcursor.json, entrieswithcursor.xml, siport_api_call.json operations.

Can I limit what my agent is allowed to do with the API Access Entries?

Yes. Because you run Jentic One yourself, your own rules decide which API Access Entries operations and credentials the agent may use. Every exposed operation here is read-only, so you can grant the agent just the reads it needs, such as GET /siport_api_call.json to fetch non-transmitted entries in JSON, while withholding the XML or cursor-based endpoints. The agent can only call the operations you have allowed.

GET STARTED

Start building with Api Access Entries API

Explore with Jentic One
View OpenAPI Document