Skip to main content

Authentication

POST ResetToken​

https://api.track.toggl.com/api/v9/me/reset_token

Resets API token for the current user.

curl -X POST https://api.track.toggl.com/api/v9/me/reset_token \
-H "Content-Type: application/json" \
-u <email>:<password>

Response​

200​

Successful operation.

403​

User does not have access to this resource.

500​

Internal Server Error
© 2024 Toggl. All rights reserved.