Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
appId?string
userId?string
apiKey?string
tenantId?string
Upload/set a static API key for a user on an apikey-type outbound application, using a valid management key.
curl -X POST "https://api.descope.com/v1/mgmt/outbound/app/user/apikey/upload" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?