Retrieve the requested authorization, if possible
GET
/v0/auths
Authorizations
Responses
200
The paginated response to a datetime query
This structure provides a standard format for returning time-based paginated results, including both the results and pagination metadata for retrieving the next page.
object
more
One of:
null
Optional pagination metadata for retrieving the next page of results. If present, indicates there are more results available.
object
after
The lower bound (inclusive) for the datetime range
string | null format: date-time
before
The upper bound (exclusive) for the datetime range
string | null format: date-time
results
required
The collection of results matching the query
Array<object>
object
auth_id
required
A UUID newtype
string format: uuid