Accounts
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.