ticktok.io

ticktok.io

  • Docs
  • API
  • GitHub

›API

Getting Started

  • Overview
  • Server
  • Dashboard
  • SDK Clients
  • Scheduling
  • SDK Guidelines

API

  • authentication
  • /api/v1/clocks
  • /api/v1/clocks/{id}

Authentication

Access token

All calls should be authenticated with an access token. There are two ways to provide an access token:

Using a query param:

curl -X POST http://ticktok.io.host:9643/api/v1/clocks?access_token=<token>

Using authorization header:

curl -H "Authorization: token <access_token>" -X POST http://ticktok.io.host:9643/api/v1/clocks

← SDK Guidelines/api/v1/clocks →
  • Access token
ticktok.io
Docs
Getting StartedAPI ReferenceSDK Examples
Community
Project ChatTwitter
More
GitHubStar
Licensed under Apache-2.0