Rotate Application Secrets
Generate new SMTP credentials and a new sending key for an application.
Generate new SMTP credentials and a new sending key for an application. The old credentials and key will no longer be valid.
Scope: applications.write
Path Parameters
application_idintegerrequiredThe ID of the application.
Response
smtp_usernamestringoptionalThe new SMTP username.
smtp_passwordstringoptionalThe new SMTP password.
sending_keystringoptionalThe new sending key.
Sample Response
200 OK
{
"data": {
"smtp_username": "app10",
"smtp_password": "newpass...",
"sending_key": "roo_new..."
}
}