Marketing

APITemplate.io

6min
the apitemplate io modules allow you to watch the new bookings in your apitemplate io account get started with apitemplate io prerequisites an apitemplate io account in order to use apitemplate io with make, it is necessary to have an apitemplate io account if you do not have one, you can create an apitemplate io account at app apitemplate io/accounts/signup/ connect apitemplate io to make to connect your apitemplate io account to make you need to obtain the api key from your apitemplate io account and insert it in the create a connection dialog in the make module log in to your apitemplate io account click api integration copy the api key to your clipboard go to make and open the apitemplate io module's create a connection dialog enter a name for the connection in the connection field in the api key field, enter the api key copied in step 3, and click continue the connection has been established apitemplate io modules actions create an image create a pdf get account information make an api call performs an arbitrary authorized api call field description connection establish a connection to your apitemplate io account url enter a path relative to https //api cloudconvert com/ for example /v1/account information method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use list templates the following api call returns all the templates from your apitemplate io account url /v1/list templates method get matches of the search can be found in the module's output under bundle > body in our example, 3 templates were returned for the list of available endpoints, refer to the apitemplate io api documentation https //docs apitemplate io/reference/api reference html