List DTT templates
Returns all Deepthroat Trainer training program templates you have access to. Does not include segment details.
Authorizations
AuthorizationstringheaderrequiredAPI tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Query Parameters
limitintegerqueryNumber of records to return (default 50, max 100)
Required range: 1 ≤ x ≤ 100
Default: 50
Example: 50
offsetintegerqueryNumber of records to skip (default 0)
Required range: x ≥ 0
Default: 0
Example: 0
Response
200application/jsonList of DTT templates
List of DTT templates
okbooleanrequireddataobjectrequiredShow child attributes
dataobject[]requiredShow child attributes
idintegerTemplate ID
bubbleIdstringUnique public identifier
ownerIdintegerOwner user ID
namestringProgram name
descriptionstringProgram description
taglinestringShort tagline
messagestringWelcome message
isPublicbooleanWhether publicly visible
isActivebooleanWhether currently active
handsFreeModebooleanHands-free mode enabled
targetDepthintegerTarget depth percentage
targetWindowintegerTarget window size
toyIdinteger | nullAssociated toy ID
createdDatestring<date-time>Creation date
updatedAtstring<date-time>Last update time
paginationobjectrequiredShow child attributes
limitintegerrequiredNumber of records returned
Example: 50
offsetintegerrequiredNumber of records skipped
Example: 0
401application/jsonAuthentication required or token invalid
Authentication required or token invalid
okbooleanrequirederrorstringrequired500application/jsonInternal server error
Internal server error
okbooleanrequirederrorstringrequired