Get account (login)
Verify Api Key Validity
Description
This route is used to verify API key validity and retrieve account information. It serves as a gateway for users to authenticate their API keys and retrieve essential account details.
Endpoint
GET https://sentry.aleno.ai/account
Query parameters
No query parameters.
CURL example
Result
If the API key is valid you will be able to retrieve all the information related to your account as described here:
Name | Type | Description |
---|---|---|
id | string | Youir account id. |
accountName | string | Your account name. |
alertOutputs | The configuration details of the endpoints where the account is set to receive data alerts. | |
apiKeyHash | string | The hash of your API Key. |
apiKeyExpirationTimestamp | number | Unix timestamp after which you API will expire. |
createdAt | Date | The date when the account was created. |
updatedAt | Date | The date when the account was last updated. |
Last updated