Regenerate the client credentials (client ID and secret) for a specific application. Use this route to issue a new set of credentials for the application. This request requires an environment token for authentication.
Applications module//
- Regenerate application shared secret credential
Get all applications for an environment
Create application
Get the default application for an environment
Get application by ID
Update an application
Delete an application
Get application to accounts (tenants) assignments
Get account (tenant) assignments for an application
Create application to account (tenant) assignment
Delete application to account (tenant) assignment
Get application client credentials
Regenerate application client credentials
Regenerate application sh...
Multi-Apps Overview
Frontegg’s Multi-Apps feature simplifies and streamlines application management, delivering a seamless user experience. This section includes all necessary endpoints for managing applications and copying application settings across environments. All endpoints are categorized as Management Endpoints, requiring environment-level authorization and providing full control over entitlement resources.
Download OpenAPI description
Languages
Servers
EU Region
https://api.frontegg.com/applications/
US Region
https://api.us.frontegg.com/applications/
CA Region
https://api.ca.frontegg.com/applications/
AU Region
https://api.au.frontegg.com/applications/
Frontegg sub-domain for use with user tokens
https://{domain}.frontegg.com/applications/
- EU Regionhttps://api.frontegg.com/applications/resources/applications/v1/credentials/regenerate
- US Regionhttps://api.us.frontegg.com/applications/resources/applications/v1/credentials/regenerate
- CA Regionhttps://api.ca.frontegg.com/applications/resources/applications/v1/credentials/regenerate
- AU Regionhttps://api.au.frontegg.com/applications/resources/applications/v1/credentials/regenerate
- Frontegg sub-domain for use with user tokenshttps://app-xxx.frontegg.com/applications/resources/applications/v1/credentials/regenerate
- cURL
- JavaScript
- Python
- GO
- Payload
curl -i -X POST \
https://api.frontegg.com/applications/resources/applications/v1/credentials/regenerate \
-H 'Content-Type: application/json' \
-d '{
"appId": "string"
}'