GET
G0 Introduction

GET request

You can find all the GET endpoints in the table below. As we progress with this API, we will add more and more endpoints to help you monitor and control your RepliQ process.

The base url is as following:

https://api.repliq.co/v2

[Info] Our API accepts only application/json and returns only a JSON type.

Here is the GET request in the api. Only GET request are allowed for this endpoint.

EndpointsRole
/getCreditsCountGet the number of credits you have left on your RepliQ account
/getTemplateListGet the list of templates with their template name and id from your RepliQ account

Requirements

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

AuthorizationBearer Token
Token<token>

RepliQ API Docs