Templates API
Get All Templates
GET
https://integrator.dckap.com/api/templates/get/all
Retrieves all the public templates and also, private templates (associated to the account)
Headers
Authorization
string
Bearer {access_token}
Get Template Information
GET
https://integrator.dckap.com/api/get/template/:id
Retrieves the template information for the given template id.
Path Parameters
id
string
Template ID
Headers
Authorization
string
Bearer {access_token}
Use Template
POST
https://integrator.dckap.com/workspace/:project_id/import/template/:template_id
Creates the pipes, flows, systems & API's in the specified project using the existing template.
Path Parameters
project_id*
string
Project ID
template_id*
string
Template ID
Headers
Authorization
string
Bearer {access_token}
Request Body
existing_credentials
object
Existing Credentials
created_credentials
array
Credentials to be created
pipes
object
Pipes ID's with configuration, status and selected flag
global_systems_as_custom*
array
Public System to be created as private system
Sample Request Info
Last updated