List Auth Tokens
Get all auth tokens.
Query parameters
Filter results by column string-formatted uuid value. Valid filter predicates are eq, neq.
Provide a user_id to filter tokens by. Admin users may filter by any user_id. Non-admin users may only filter by their own user_id using eq.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are user_id, client_id, name, last_access, created_at, updated_at, deleted_at.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by column string-formatted uuid value. Valid filter predicates are eq, neq.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by created_at value. See filter schema details for valid predicates.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by updated_at value. See filter schema details for valid predicates.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by deleted_at value. See filter schema details for valid predicates.
Response
OK
Changes
Changed in 6 of the 66 revisions of this API.2425
- ○
added the optional property
data/tokens/items/allOf[subschema #3]/created_byto the response with the200statusresponse-optional-property-added
- ○
- ▲
added the pattern
^((eq|neq):)?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$to thequeryrequest parameteridrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$to thequeryrequest parameteruser_idrequest-parameter-pattern-added
- ○
for the
queryrequest parameterid, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ○
for the
queryrequest parameteruser_id, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ▲
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterdeleted_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterlast_accessrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterupdated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterhmac_methodrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterkeyrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameternamerequest-parameter-pattern-added
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdeleted_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlast_access, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterupdated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterdeleted_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterlast_access, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterupdated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterdeleted_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterlast_accessrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterupdated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterhmac_methodrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterkeyrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameternamerequest-parameter-pattern-removed
- ▲
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterdeleted_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterlast_accessrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterupdated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterhmac_methodrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterkeyrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameternamerequest-parameter-pattern-added
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdeleted_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlast_access, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterupdated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterdeleted_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterlast_access, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterupdated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterdeleted_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterlast_accessrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterupdated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterhmac_methodrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterkeyrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameternamerequest-parameter-pattern-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲