Retrieves a paginated list of all templates available in your account.
Security
basicAuth
GET
curl -i -X GET \
-u '<username>:<password>' \
'https://api.signable.co.uk/v1/templates?offset=0&limit=10'Response
{ "http": 200, "offset": 0, "limit": 10, "total_templates": "2", "templates": [ { … }, { … } ] }