08-08-2016 18:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-08-2016 18:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
My understand is that the expires_in is 3600 (1 hour). However the online documetation has default 28800 (8 hours). When requesting Access Token via the WebApi Authorization Code Grant Flow , the expires_in is indeed 28800.
This is somewhat confusing. Should it be 3600?
Answered! Go to the Best Answer.
Accepted Solutions
08-09-2016 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



08-09-2016 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The default and recommended expiration time was increased to 8 hours. Specifying an expiration time does not guarantee the API will return the requested expiration time.
08-09-2016 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



08-09-2016 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The default and recommended expiration time was increased to 8 hours. Specifying an expiration time does not guarantee the API will return the requested expiration time.
08-09-2016 11:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-09-2016 11:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
That explained it. Thank you for the asnwer.

