curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/accounts/{accountId}
{
"accountId": "bin11066zbf15owuxn9ohrvg",
"accountName": "Default vault",
"accountType": "vault",
"createdAt": "1742572023000",
"createdBy": "htp1jwoa1qk8m8cw2dc8th4z",
"externalId": "aqm4857o9fvc1iyjm3vi72es",
"extra": {},
"isTestnet": true,
"parentAccountId": "<string>",
"status": "active",
"updatedAt": "1742572023000",
"workspaceId": "liya1seswlrlydfpy5xzulsz"
}
curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/accounts/{accountId}
{
"accountId": "bin11066zbf15owuxn9ohrvg",
"accountName": "Default vault",
"accountType": "vault",
"createdAt": "1742572023000",
"createdBy": "htp1jwoa1qk8m8cw2dc8th4z",
"externalId": "aqm4857o9fvc1iyjm3vi72es",
"extra": {},
"isTestnet": true,
"parentAccountId": "<string>",
"status": "active",
"updatedAt": "1742572023000",
"workspaceId": "liya1seswlrlydfpy5xzulsz"
}
OK
The response is of type object
.
Was this page helpful?