To get started, head over to our dashboard and create an account. Once you've done that, you can generate an API key in your profile settings.
With the new API key in hand, you're ready to do your first API call.
Here's an example request to get the details of a company:
curl -G https://api.companyscout.io/v1/companies/dk/61126228 -H "Authorization: Bearer <your api key>"
Authentication is done by including an Authorization
header with your API key as a bearer token.
An example authorization header is: Authorization: Bearer abc
where
abd
is your API key.