List presets

Lists all presets for the authenticated user, ordered by most recently updated first.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Query parameters

offsetintegerOptional>=0
Number of records to skip for pagination
limitintegerOptional1-100

Maximum number of records to return (max 100)

Response

Paginated list of presets.
datalist of objects
total_countinteger

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error