Skip to main content

Open API

info

Current format Swagger: 2.0

Download the swagger files to generate your own client, you can find them below:

Toggl API

Reports

Webhooks

You can rely on a tool like swagger-codegen to generate a client using the language you need. You can run it locally using docker, it should be as easy as:

docker run --rm -v ${PWD}:/dist swaggerapi/swagger-codegen-cli generate \
-i /dist/swagger.json \
-l php \
-o /dist/out/php
© 2024 Toggl. All rights reserved.