v1
latestOpenAPI 3.1.02026-07-24331755.4 KBAccounts
Get account page URL
Gets an account's private page URL
get/accounts/{id}/url
Path parameters
idstring uuid required
The target account ID
Response
Successful operation
Example response
{
"ok": true,
"result": "https://safebase.io/accounts/{id}/share"
}