Get Account Information
GET/v2/account
Get authorized account information.
Returns
email
stringThe 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
products
arrayList of active products purchased by the user account.
type
stringProduct type (FULL_CHECK | IDENTITY_CREDIT_CHECK | IDENTITY_CHECK).
amount
numberPurchased quantity of the product.
remaining
numberRemaining quantity of the product.
createdAt
stringDate when the product was purchased.
validUntil
stringDate when the product will expire.
Request Example
curl --location --request GET 'https://api-test.simpl.rent/v2/account/products' \
--header 'Authorization: <API key>'