v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBToken generation
Generate an OAuth 2.0 token
This request allows you to generate an OAuth 2.0 token using client_id and client_secret, for more information on the operation, please visit our <a href="https://developer.officernd.com/docs/authentication">guide</a>.
post/oauth/token
Response
Token was generated successfully.
Example response
{
"token": "594db43da0955d9d51604973ad494fc819d40870",
"token_type": "Bearer",
"expires_in": 3599,
"scope": "officernd.api.read officernd.api.write"
}