action – getblueprint
You can retrieve the entire configuration of an account as a Blueprint script.
Pass the action getblueprint and the Blueprint will be returned in blueprint
Sample Request
{
"account": *** your account id ***,
"apikey": "*** your api key ***",
"action": "getblueprint"
}
Sample Response
{
"success": true",
"blueprint": "*** your account blueprint ***"
}