Skip to content

Templates · API Reference · Developers

Retrieve check-in templates, including rendered question variables.

Retrieve check-in templates, including rendered question variables.

MethodEndpointDescription
GET/v1/templates/List templates
GET/v1/templates/{id}/Retrieve a template
GET/v1/templates/

List templates

API keyCLI read-onlyOAuth 2.0defaultPage-number pagination

List templates

This endpoint must accept both API-Key and CLI Bearer once the parity fix ships.

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

Code samples

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}/

Retrieve a template

API keyCLI read-onlyOAuth 2.0default

Retrieve a template

This endpoint must accept both API-Key and CLI Bearer once the parity fix ships.

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

Code samples

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.