Get Account Information
GET/v2/account
Get authorized account information.
Returns
▸
▸emailstring
The ID of the chat completion to retrieve messages from.
Example request
curl --location --request GET 'https://api-test.simpl.rent/v2/account' \
--header 'Authorization: <API key>'Get Account Products
GET/v2/account/products
Retrieve information about product orders, such as tenant verification packages.
Returns
▸
▸productsobject array
List of active products purchased by the user account.
▸typestring
Product type (FULL_CHECK | IDENTITY_CREDIT_CHECK | IDENTITY_CHECK).
▸amountnumber
Purchased quantity of the product.
▸remainingnumber
Remaining quantity of the product.
▸createdAtstring
Date when the product was purchased.
▸validUntilstring
Date when the product will expire.
Request Example
curl --location --request GET 'https://api-test.simpl.rent/v2/account/products' \
--header 'Authorization: <API key>'