Logs

This endpoint allows you to fetch the logs of your Team.

Gateway Level Logs

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"start":"2024-01-01 00:00:00","end":"2024-01-01 00:03:00","member_id":"4514960a-2b6d-46a2-9c22-c02cc727abb7","gateway_id":"12319na-31DA-gpaf-9c22-c02cc727abb7","page":1,"limit":10}
Responses
200

OK

application/json
Responseobject
get
/api/v1/gateway-level-logs
200

OK

System Level Access Logs

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"date":{"start":"2024-04-03 00:00:00","stop":"2024-04-03 00:03:00"},"member_id":"4514960a-2b6d-46a2-9c22-c02cc727abb7","gateway_id":"12319na-31DA-gpaf-9c22-c02cc727abb7","system_id":"adga12o-31DA-gpaf-9c22-agposa0","pagination":{"page":1,"limit":50}}
Responses
200

OK

application/json
Responseobject
get
/api/v1/system-level-logs
200

OK

Last updated

Was this helpful?