Documentation

API Reference

Complete REST API documentation for TigerAccess. Manage users, roles, resources, and access programmatically.

Base URL:https://api.tigeraccess.io/v1

Authentication

All API requests require authentication using a bearer token.

Authorization: Bearer <your-api-token>
Coming Soon

Users API

Create, update, and manage users

GET /usersPOST /usersDELETE /users/:id
Coming Soon

Roles API

Define and assign access roles

GET /rolesPOST /rolesPUT /roles/:id
Coming Soon

Resources API

Register and manage resources

GET /resourcesPOST /resourcesDELETE /resources/:id
Coming Soon

Sessions API

Manage active sessions

GET /sessionsPOST /sessionsDELETE /sessions/:id
Coming Soon

Audit API

Query audit logs and events

GET /audit/eventsGET /audit/sessionsGET /audit/access
Coming Soon

Webhooks API

Configure event webhooks

GET /webhooksPOST /webhooksDELETE /webhooks/:id

SDKs & Libraries

Use our official SDKs for easier integration with your applications.