Skip to content

Templates · API Reference · Developers

Retrieve check-in templates, including rendered question variables.

GET/v1/templates/API keyCLI AuthOAuth 2.0Page-number pagination

List templates

List templates

Query parameters

NameTypeRequiredDescription
render_special_varsbooleanOptionalRender placeholders inline.
followup_idstring (uuid)Optional

Errors

StatusWhen
401Missing/invalid/expired credential
403Authenticated but not permitted
429Throttled - Retry-After header set
curl -sS -X GET 'https://api.dailybot.com/v1/templates/' -H 'X-API-KEY: $DAILYBOT_API_KEY'

Try it

This is a copy-only helper — the request is not sent from your browser. Paste the command into your terminal to execute it.

GET/v1/templates/{id}/API keyCLI AuthOAuth 2.0

Retrieve a template

Retrieve a template

Path parameters

NameTypeRequiredDescription
idstring (uuid)Required

Errors

StatusWhen
401Missing/invalid/expired credential
403Authenticated but not permitted
429Throttled - Retry-After header set
404Not found or not visible
curl -sS -X GET 'https://api.dailybot.com/v1/templates/{id}/' -H 'X-API-KEY: $DAILYBOT_API_KEY'

Try it

This is a copy-only helper — the request is not sent from your browser. Paste the command into your terminal to execute it.