Skip Navigation

Search

Knowledge Advanced REST API Concurrent Sessions
Answer ID 13135   |   Last Review Date 04/08/2026

How many concurrent sessions can I have using the same authentication token with the Knowledge Advanced REST API?

Environment:

Oracle B2C Service Knowledge Advanced (KA)
KA REST API

Issue:

How many concurrent sessions can a single user use at a time before it gets blocked by the server in Knowledge Advanced REST API?

Resolution:

There is no hard limit on the session count per user, as once authenticated with the Knowledge Advanced API, it is possible to re-use the given authentication token for the API requests.

The only issue one might run into is regarding concurrency, as having plenty of parallel requests to the KA API could result in the requests getting blocked due to throttling. However, there is no clear limit specified on the number of requests that can be made in a certain time span.

When a user authenticates through the KA REST API, they receive a token for the session. If they generate a new token through the REST API, the previous token will no longer be usable, and only the latest one will remain active.