What authentication method does your API use?
No authentication required
Access to your API is open to anyone, without authorization.
Identification key
Access to your API is protected by an API key.
There are several ways for the identification key to be provided in queries sent to your API. The main two methods are:
- As a query string: This is the only method currently supported by the platform. You indicate the name of the key to include in the query string (for example: key, apiKey), and the personal identification key that is added automatically by the platform to queries sent to your API.
- In the query header.
oAuth2
Access to your API requires authorization. Access to your API is controlled and the user identified with an authentication token sent and verified by the platform.