> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# VideoConferenceTokens

> Retrieve and reset video conference tokens.

[restclient]: /docs/server-sdks/reference/python/rest/client

[get]: /docs/server-sdks/reference/python/rest/video/conference-tokens/get

[reset]: /docs/server-sdks/reference/python/rest/video/conference-tokens/reset

Manage and reset video conference tokens. Resetting a token invalidates the
current value and generates a replacement.

Access via `client.video.conference_tokens` on a [`RestClient`][restclient] instance.

## **Methods**

#### [get](/docs/server-sdks/reference/python/rest/video/conference-tokens/get)

Retrieve a specific conference token.

#### [reset](/docs/server-sdks/reference/python/rest/video/conference-tokens/reset)

Reset a conference token, invalidating the current token and generating a new one.