v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBDormancy
Get account dormancy
Retrieves an account dormancy configuration by the account external ID.
get/corporate/v1/account-dormancy/{externalAccountId}
Path parameters
externalAccountIdstring required
External account ID
Response
OK
Example response
{
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"account_id": 6912345,
"dormancy_config_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"inactive_since": "2023-08-04T15:00:44.704Z",
"inactivity_time": 10,
"target_type": "DIVISION",
"target_id": "my-division-code"
}