Documentation
API Reference
Complete REST API documentation for TigerAccess. Manage users, roles, resources, and access programmatically.
Base URL:
https://api.tigeraccess.io/v1Authentication
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/:idComing Soon
Roles API
Define and assign access roles
GET /rolesPOST /rolesPUT /roles/:idComing Soon
Resources API
Register and manage resources
GET /resourcesPOST /resourcesDELETE /resources/:idComing Soon
Sessions API
Manage active sessions
GET /sessionsPOST /sessionsDELETE /sessions/:idComing Soon
Audit API
Query audit logs and events
GET /audit/eventsGET /audit/sessionsGET /audit/accessComing Soon
Webhooks API
Configure event webhooks
GET /webhooksPOST /webhooksDELETE /webhooks/:idSDKs & Libraries
Use our official SDKs for easier integration with your applications.