Register
Register the API user on the Ledger Vault.
Authorizations
Path parameters
namestringRequiredExample:
The user's name.
api_lam_user
url_idstringRequiredExample:
The ID provided in the invitation URL.
dbb3a760-b876-4400-afa1-9d435bfd33be
Responses
200
API user registered
application/json
404
Request does not exist
application/json
post
POST /api_users/{name}/register/{url_id} HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"success": true
}