API referenceGrant-level templatesReturn a templateGEThttps://api.us.nylas.comhttps://api.eu.nylas.com/v3/grants/{grant_id}/templates/{template_id}Return a templateActionsReturns the specified grant-level template. NYLAS API KEYACCESS TOKENParametersPath parametersgrant_id*stringID of the grant to access. You can also use the email address associated with the grant, or use /me/ to refer to the grant associated with an access token.Example: "nyla@example.com"template_id*stringThe ID of the template to access.Example: "14c00cc8-648c-4381-ad10-52641d9bac8e"ResponsesSchemaJSON200Success. Returns template.request_id*stringThe ID of the request.data*objectA custom message template.400Error: Bad requestTry itGEThttps://api.us.nylas.com/v3/grants/nyla%40example.com/templates/14c00cc8-648c-4381-ad10-52641d9bac8eAuthorizationAPI keyAccess tokenFind your API key in the Nylas Dashboard under API Keys in your application settings.ServerU.S. (https://api.us.nylas.com)E.U. (https://api.eu.nylas.com)Path parametersgrant_idrequiredstringID of the grant to access. You can also use the email address associated with the grant, or use /me/ to refer to the grant associated with an access token.template_idrequiredstringThe ID of the template to access.