Public
Documentation Settings

timeBuzzer open API

Discover most common request of the timeBuzzer API.

You find the complete API Documentation here:
https://github.com/timeBuzzer/timebuzzer-open-api-doc

Authorization via APIKey

  • You find your API Key in your timeBuzzer account (Settings -> API)
  • Put the API Key into every Header:

"Authorization" : "APIKey eyJh..."

Good to know

  • Activities are recorded time records
  • Tiles are items like a project, customer, client etc.
  • Layers are the category of tiles like projects, customers, clients etc.
AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

Account

AUTHORIZATIONAPI Key
This folder is using API Key from collectiontimeBuzzer open API

GETAccount - My User Account

https://my.timebuzzer.com/open-api/account/me
AUTHORIZATIONAPI Key
This request is using API Key from collectiontimeBuzzer open API
HEADERS
Content-Type

application/json

Example Request
curl
curl --location 'https://my.timebuzzer.com/open-api/account/me' \
--header 'Content-Type: application/json' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Activity

AUTHORIZATIONAPI Key
This folder is using API Key from collectiontimeBuzzer open API