v1

latestOpenAPI 3.1.02026-07-24331755.4 KB
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

okboolean
resultstring

Example response

{
  "ok": true,
  "result": "https://safebase.io/accounts/{id}/share"
}