Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Optionally filter by status.
Optionally filter by identity type.
Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps greater than or equal to gte. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps greater than or equal to gte. RFC3339 format, like 2006-01-02T15:04:05Z.
Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z.
Number of results to return. Defaults to 100 if no limit is provided. Maximum 100.
Sort order for the results. Defaults to DESC by created_at time.
DESC, ASC Field to sort by. Defaults to created_at.
created_at, updated_at Optional cursor for getting the next page of results.