How do I validate the conditions for accessing my API Pull?

Modified on Thu, 16 Sep, 2021 at 3:21 PM

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.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article