latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
General.OAuth
ENTERPRISE
REGION.US
Create delegated authorization
Creates a delegated scoped authorization code for a user. The difference between this and authorization-grant is that this endpoint allows the client to specify an actor client that is allowed to use the authorization code. This is useful when a client wants to delegate access to another client.
post/api/v1/oauth/authorization-grant/delegate
Response
Authorization code successfully created.
Example response
{
"code": "c50cd6960a6f44ffb701ef60fafa7761"
}