API keys

Company.info APIs are authenticated via an API key, let's get you up to speed ๐Ÿ˜Ž!

๐Ÿ” Using our APIs with an API key

When you have an active subscription to our API platform, you will have (or can request) an API key. This key is used to authenticate on our APIs by using the X-API-KEY key in the header of a request. A cURL example can be found below:

curl -X GET 'https://api.company.info/example' \
 -H 'accept: application/vnd.api+json' \
 -H 'X-API-KEY: xxx'

๐Ÿงช Request a test API key

Considering using our APIs? Then, a test API key can be requested to figure out if our APIs fit your organization's needs.