Offset
parameter as long as the result metadata has a next_offset
value.
If no Type
and Serial
parameters are provided, the list will contain all hardware tokens.
Otherwise, the list will contain either a single hardware token (if a match was found) or no hardware tokens.
Note: This action requires the Grant resource - Read
API permission.
External DocumentationTo learn more, visit the Duo documentation.
Basic Parameters
Parameter | Description |
---|---|
Serial Number | The serial number of the hardware token. |
Type | Specify a type and serial number to look up a single hardware token. One of: - h6 - HOTP-6 hardware token- h8 - HOTP-8 hardware token- yk - YubiKey AES hardware token- d1 - Duo-D100 hardware token |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of phones to retrieve. Defaults to 100 with a maximum of 500 . |
Offset | The offset from 0 at which to start record retrieval. When used with Limit , the handler will return limit records starting at the n-th record, where n is the offset.Defaults to 0 . |