Returns a list with all the approvals for the given application.
GET https://api-authenticator.iwelcome.com/v1/custom/emails/templates Headers: Authorization: Bearer {your application API Key} Content-Type: application/json
{ "type": "api.application.email.template.find", "meta": { "total": 15 }, "result": [ { "type": "default", "code": "admin.some.app", "name": "Some name", "notes": null, "lang": "en", "subject": "New contact request on UNLOQ", "variables": [ "account_id", "email", "name", "message" ], "content": "" }, ... ] }
Have a question? You can always send us an email at support@unloq.io, or contact us on chat.
For security related concerns, please visit our Security page.