Not logged in - Login
< back

REST API v1.0 [incomplete]

We tried to make a really simple API for A Trigger. Everything is possible though a URL. You need to just call a URL with specified queries to Create, Pause, Resume or Cancel a task.

To implement this API you need to know how to "make+https+request" in your language.


Prerequisites

  1. First you need to follow Quick Start Guide.
  2. You have this personal details from your Account Setup page:
    1. API Key
    2. API Secret
  3. You can get contents of our API URL in your language: https://api.atrigger.com/v1/


Get Started

Choose the API function and get started:

https://api.atrigger.com/v1/ Base API URL

https://api.atrigger.com/v1/create?queries Create New Task

https://api.atrigger.com/v1/pause?queries Pause Task(s)

https://api.atrigger.com/v1/resume?queries Resume Task(s)

https://api.atrigger.com/v1/cancel?queries Delete Task(s)


Examples