GET
G2 Template List

Template list

https://api.repliq.co/v2/templateList

Requirements

On each request you need to provide your Bearer authentication token. See the Authentication section for more details.

AuthorizationBearer Token
Token<token>

GET /getTemplateList

Mandatory Parameters

On each request, this endpoint requires the following parameters:

There is no parameters required for this endpoint.

Response Parameters

Following is the list of parameters you will receive in the response if you get a 200 status code. You will receive an array of object depending of the number of template you have on your account, with the following:

ParametersTypeDescription
idstringThe id of the template
namestringThe name of the template

RepliQ API Docs