get https://{hostname}/v1/templates
Use this endpoint to retrieve the list of templates available for the specified user.
Responses
400Invalid format or content of the request.
Use this endpoint to retrieve the list of templates available for the specified user.
400Invalid format or content of the request.
xxxxxxxxxx
curl --request GET \
--url 'https://api.oneflow.com/v1/templates?offset=0&limit=100&filter[active]=true' \
--header 'accept: application/json'