Get account profile

Get profile information for the specified account, including the account holder's email address and whether the account is blocked.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

The account ID to retrieve.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
Responses
200

Account profile was retrieved successfully.

401

Unauthorized access.

404

Resource not found.

500

Service unavailable or server error.

get/v1/user-info/{account_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}