API keys
A API Key is a key that is used by the integrating party in order to be able to communicate with InExchange Platform. These keys can in some sense be seen as master keys and thus need to be stored securely.
There are several customization options available for API Key management. There is an option to have multiple keys for different purposes with different capabilities on each key. There is also a possibility to have a hierarchy of keys where one key might act as a parent for other keys. This all depends on what is suited for the integrating party.
API Key differ between environments which means that different keys are issued and used in the Test and Prod environments. API Keys are supplied as a header in each API request that is specified to require it.
API keys are issued by InExchange staff on request.
Snippet
POST /v1/api/clientTokens/create HTTP/1.1
Host: testapi.inexchange.se
APIKey: --API KEY HERE--