{#if loading}
{/if}
{#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. API keys expire 90 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} {/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}
User-Agent: {row.user_agent}