curl
Biometric Templates
Count Biometric Templates
GET /v3/biometric-templates/count/ — count the image-free face biometric templates your application retains, using the same filters as the list endpoint.
GET
curl
Returns the number of templates that match the same filters as List Biometric Templates. Purged templates are not counted.
Use it to show the total on a dashboard, or to check what a filtered bulk purge with
delete_all: true would touch before you run it.Authorizations
Query Parameters
Case-insensitive substring match on the owning User's current vendor_data.
Exact match on the owning User.
Lifecycle status. Purged templates are never listed.
Available options:
pending, active, expired, held_out_of_use, purge_pending, purge_failed How the template was created.
Available options:
session_delete, automatic_retention, backfill Templates retained at or after this time.
Templates retained at or before this time. Must not be earlier than retained_from (400).
Response
Count.
Required range:
x >= 0