---
title: "Returns the caldav tokens for the current user"
method: GET
path: "/user/settings/token/caldav"
tags: ["user"]
---

# Returns the caldav tokens for the current user

`GET /user/settings/token/caldav`

Return the IDs and created dates of all caldav tokens for the current user.

## Response `200`

OK

- UserToken[]
  - `created` string
  - `id` integer
  - `token` string

## Other responses

- `400` — Something's invalid.
- `404` — User does not exist.
- `500` — Internal server error.

---

[API](https://skmtc.net/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.net/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/feb3f68bbdf1/schema)
