arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Getting Started with the Apono API

hashtag
Overview

Welcome to the Apono Public API reference! This guide will help you start integrating Apono into your workflows. Using the API, you can easily create Access Flows, add Integrations, create and manage access requests, export activity logs, and more.

hashtag
Getting Started

All API requests are made over HTTPS and must be authenticated. Responses are returned in JSON format.

hashtag
Authentication

Apono’s API uses token-based authentication. To authenticate, include the following header in each request:

If authentication is not provided or fails, a 401 "Unauthorized" response will be returned.

You can create and manage your API tokens on the API Tokens page of your Apono app or user portal. Refer to API Authentication for step-by-step instructions on generating your API tokens.

hashtag
Base URL

All requests should be made to the following base URL:

hashtag
Headers

Include the following headers with all API calls:

hashtag
OpenAPI Specification

For teams that want to integrate Apono’s API into internal tools, generate client SDKs, or validate request structures, we provide a full OpenAPI (Swagger) spec.

(You can import this directly into tools like Postman, Insomnia, or Swagger UI.)

hashtag
Support

Need help? Reach out to us at

hashtag
Next Steps

View the OpenAPI specarrow-up-right
[email protected]envelope
Generate an API Token
Explore the Full API Referencearrow-up-right
Authorization: Bearer <your-api-token>
HTTP/1.1 401 Unauthorized

{
    "status": "401",
    "code": "Unauthorized"
}
https://api.apono.io/api/
Content-Type: application/json
Authorization: Bearer <your-api-token>
Reference Integration-Specific Configuration Metadataarrow-up-right