Skip to main content
GET
curl
Returns a paginated list of the biometric templates your application currently holds. Purged templates are not listed.

Query parameters

Example

See the overview for every field.

Errors

Authorizations

x-api-key
string
header
required

Query Parameters

vendor_data
string

Case-insensitive substring match on the owning User's current vendor_data.

vendor_user_uuid
string<uuid>

Exact match on the owning User.

status
enum<string>

Lifecycle status. Purged templates are never listed.

Available options:
pending,
active,
expired,
held_out_of_use,
purge_pending,
purge_failed
source_type
enum<string>

How the template was created.

Available options:
session_delete,
automatic_retention,
backfill
retained_from
string<date-time>

Templates retained at or after this time.

retained_to
string<date-time>

Templates retained at or before this time. Must not be earlier than retained_from (400).

ordering
enum<string>
default:-retained_at

Sort order.

Available options:
retained_at,
-retained_at,
expires_at,
-expires_at
limit
integer

Page size.

offset
integer

Pagination offset.

Response

Paginated templates.

count
integer
next
string | null
previous
string | null
results
object[]