You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Web API only supports JWT token authentication based on user authentication. There's limited support for scenarios where a client app needs access the API without a user context (i.e. machine to machine). The main use case is for public access functionality such as bots/assistants/help docs Q&A.
Solution
We want to enable org admins to generate and mange API key.
Generate key
Give the key a name
choose expiry options ['1day', 7days, 30days, never expire]
delete a key (to revoke)
able to generate multiple keys
initially full scopes but in the future ability to limit scope.
The text was updated successfully, but these errors were encountered:
Current
The Web API only supports JWT token authentication based on user authentication. There's limited support for scenarios where a client app needs access the API without a user context (i.e. machine to machine). The main use case is for public access functionality such as bots/assistants/help docs Q&A.
Solution
We want to enable org admins to generate and mange API key.
The text was updated successfully, but these errors were encountered: