Get templates
List all the templates via the API
- Overview
-
Get details about all templates
- Find a templates UUID used for sending a template
- See all the key properties of a templates
- End Point
- https://goodsign.io/api/templates
- Method
- GET
- Authentication
- Bearer your_api_token
- Response
-
null
-
Working Curl Request
Uses JSON and signers from above.
(excludes any fields & metadata) -
curl --request GET \ --url https://goodsign.io/api/templates \ --header 'authorization: Bearer YOUR_API_TOKEN'