latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

General.OAuth
ENTERPRISE
REGION.US

Create authorization

Creates a scoped authorization code for a user.

post/api/v1/oauth/authorization-grant

Response

successful operation

codestring required

Authorization code which is single-use only and short-lived. It should be treated as opaque (no defined format).

Example response

{
  "code": "c50cd6960a6f44ffb701ef60fafa7761"
}