List email templates
Feedback Management
List email templates
Retrieves the paginated list of feedback email templates for the authenticated user’s organization, ordered by most recently updated.
The response is paginated (default 30 results per page, up to 100).
GET
List email templates
Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Number of results per page
Required range:
1 <= x <= 100