{#if !loaded}

Warning

API keys are sensitive information. They can be used to gain full control over your account. Do not show your API keys to someone or something you don't trust!

{:else}
{/if}

If you delete the API key that you are currently using you will be logged out of your account. Keys are sorted based on how recently they were used, so your session usually the top one. API keys expire 30 days after the last time they're used. If you think someone is using your account without your authorization it's probably a good idea to delete all your keys.

{#each rows as row (row.auth_key)} {/each}
Key Created Last used ▼ IP address
{row.auth_key} {formatDate(row.creation_time, true, true, false)} {formatDate(row.last_used_time, true, true, false)} {row.creation_ip_address}
{#if row.app_name === "website login"} Pixeldrain logo Pixeldrain website {:else if row.app_name === "website keys page"} vpn_key Pixeldrain keys page {:else if row.app_name === "sharex"} ShareX logo ShareX {:else if row.app_name === "jdownloader"} JDownloader logo JDownloader {:else} Unknown app: {row.app_name} {/if} User-Agent: {row.user_agent}