Skip to main content

Generate API Keys

Lauren Miller avatar
Written by Lauren Miller
Updated over a week ago

All API functions require an API key for authentication. An API key is linked to your account and identifies you to the Numetric system. API keys must be kept secure and should be treated like a password. Do not store your API keys in publicly accessible places such as GitHub or client-side code.

An API key must be included in each request in the HTTP "Authorization" header. All API requests must be made over HTTPS. Calls made over HTTP will fail. API requests without authentication will also fail. Below are the steps to generate an API Key.

  1. Click on your name in the upper left hand corner of Numetric and select “Settings”. 

  2. Click on “API Keys” on the left hand side of the page. 

  3. Click on the "New API Key" button in the upper right hand corner of the page. 

  4. Type in a Key Name, and click “Generate Key”.

  5. Your unique key will then be generated, and can be used with the API. Additional API questions can be answered here: https://api.numetric.com/v3/docs/

API keys are displayed once, at the time of creation. They are not stored in our system. If you lose your API key, you will need to generate a new one.

Did this answer your question?