Perform account-level CRUD operations.
Update variable account settings
The new account organization name
The login session timeout period for inactivity
The login session timeout period limit
The url to redirect to upon logout
Successfully updated the account setting(s)
Response message
Error response
{"message": "Account info has been updated"}
Get webhook signing key saved on the account
A 200 response
Success message
Decoded webhook signing key
{"http_signing_key": "key-55c5c5c5c55f55ca5cd5f55d5c555c55"}
Create or regenerate webhook signing key on an account
{"message": "regenerated HTTP signing key for account","http_signing_key": "key-55c5c5c5c55f55ca5cd5f55d5c555c55"}
Email address of sandbox domain recipient
Activated/verified status of the recipient
{"recipients": [{"email": "[email protected]","activated": true}]}
Add authorized email recipient for a sandbox domain
The email address of the new recipient
{"recipient": {"email": "[email protected]","activated": false}}
Remove an authorized sandbox domain email recipient
The email address of the authorized recipient to be removed
{"message": "Sandbox recipient deleted."}
Resend account activation email to the account owner
Indicates success of request
{"success": true}