v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Login

Get All Logins

This endpoint retrieves all logins for the current organization. Logins requires you to send a start_date and end_date, which are limited to a 7 day range.<h3>Required Scope</h3>logins:read

get/api/v2/logins

Query parameters

nextstring

Retrieves the next batch of logins. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of logins to display per page. A maximum of 1000 is allowed.

filter[start_date]string date required

Filter criteria that returns logins from this date through filter[end_date]. Format yyyy-mm-dd.

filter[end_date]string date required

Filter criteria that returns logins from filter[start_date] through this date. Format yyyy-mm-dd.

Response

Success