API 2.0
Connection

Connection

API Token

To generate GoodDay API token go to Organization / Settings / API screen and click generate button.

Authentication

To authenticate pass gd-api-token variable with your API key either in request header, query string or a cookie.

Example

curl --header "gd-api-token: YOUR-API-TOKEN" https://api.goodday.work/2.0/users
https://api.goodday.work/2.0/users?gd-api-token=YOUR-API-TOKEN
Make sure you connect via https, the API does not operate via http.