Will my OAuth token expire | Community
Skip to main content

Will my OAuth token expire

  • May 5, 2021
  • 1 reply
  • 0 views

Hi

I want to access Zendesk API:s from c# code. I am planning to register my application with Zendesk and create a token (following the instructions at "Creating a token with the Zendesk API" at https://develop.zendesk.com/hc/en-us/articles/360001074348#client).

Will a token created by calling the endpoint (as explained in the "Create the access token" section) ever expire? And if so, for how long is it valid?

1 reply

Cheeny
  • May 7, 2021

Hi Marcus,

Good news! Once you have a token, it doesn't expire unless explicitly revoked. More information can be found Using OAuth authentication with your application.

All the best!