- Ensure the tenant has a dedicated EOA wallet
Tenant Management
Create new tenant
Update tenant configuration
Get client configuration
Get login token
Get current tenant information
Get tenant information by ID
Ensure the tenant has a d...
ADMIN: Generates a dedicated EOA for the tenant and stores it in AWS Secrets Manager if one does not already exist. Idempotent — safe to call multiple times.
Security
authJWT
- Mock serverhttps://docs.pers.ninja/_mock/swagger/tenants/wallet
- https://api.pers.ninja/v2https://api.pers.ninja/v2/tenants/wallet
curl -i -X POST \
https://docs.pers.ninja/_mock/swagger/tenants/wallet \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'