Activity Streams API
These APIs are used to get details about user activities and change logs from the database with pagination. It helps track, monitor, and review actions taken by users or services within the system in a structured and time-stamped manner.
The API is primarily used to get information:
- Security auditing
- User activity tracking
- Monitoring system events
- Troubleshooting and historical reference
Authentication
- OAuth 2.0: OAuth2
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (authorizationCode): | Token URL: https://domain/token-srv/token Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (clientCredentials): | Token URL: https://domain/token-srv/token Scopes:
|
OAuth Flow (implicit): | Authorization URL: https://domain/authz-srv/authz Scopes:
|
Terms of Service
https://www.cidaas.com/terms-of-use/