kittycad.api.api_tokens.list_api_tokens_for_user.sync

kittycad.api.api_tokens.list_api_tokens_for_user.sync(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns the API tokens for the authenticated user. The API tokens are returned in order of creation, with the most recently created API tokens first.

Return type:

Union[ApiTokenResultsPage, Error, None]