POST
/v1/mgmt/accesskey/activate

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

id?string

Activate an existing access key, using a valid management key.

This API endpoint allows administrators to activate an existing access key.

Next Steps

Once you have reactivated the access key, you can utilize it to configure external items such as SCIM, or use it to exchange for a JWT.

See also

curl -X POST "https://api.descope.com/v1/mgmt/accesskey/activate" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?