Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adaptive Security Audit Logs API

BETAAdmin audit log endpoints

Adaptive Security Audit Logs API is one of 5 APIs that Adaptive Security publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Audit Logs. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and authentication docs.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against a single base URL, https://api.adaptivesecurity.com.

2 operations 2 paths 6 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://api.adaptivesecurity.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Adaptive Security Audit Logs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearer-token). By default, every request must be authenticated.

  • bearer-token — API authentication token obtained from the Adaptive Admin portal (Settings → API Tokens). Include the token in the Authorization header as: Bearer YOURTOKEN

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Audit Logs 2

BETA Admin audit log endpoints

GET
/v2/audit-logs
List audit logs
listAuditLogs 5 params → 200400401429500
GET
/v2/audit-logs/{auditLogId}
Get audit log details
getAuditLog 1 param → 200400401404429500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AuditLogDto (8 properties), ValidationErrorResponseDto (5 properties), ErrorResponseDto (4 properties), AuditLogActingAdminDto (3 properties). Each schema is shown below with its type and property counts.

AuditLogListResponseDto
object
Paginated list of admin audit logs
2 properties
AuditLogDto
object
Admin audit log entry
8 properties
ValidationErrorResponseDto
object
Error response for validation failures with field-level details
5 properties 5 required
AuditLogActingAdminDto
object
Information about the admin who performed the action
3 properties
ErrorDetail
object
Field-level validation error details
2 properties 2 required
ErrorResponseDto
object
Standard error response format for all API errors
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adaptive-security-audit-logs-api-openapi.yml Raw ↑

Other APIs Adaptive Security publishes across the network.

Adaptive Security Groups API
Adaptive Security Phishing API
Adaptive Security Training API
Adaptive Security Users API