Skip to main content

Authentication

APIRE.IO employs robust authentication mechanisms to ensure secure access to its API services. The platform supports API Key authentication, providing a straightforward yet secure method for clients to interact with the API.

Authentication Method: API Key​

API Key authentication involves issuing a unique key to each user, which must be included in the header of every API request. This method verifies the identity of the client and authorizes access to API resources.


Obtaining Your API Key​

To acquire your API Key, follow these steps:

  1. Sign Up
    Register for an account on the APIRE.IO platform.

  2. Access Applications
    Navigate to the Applications section within your user dashboard.

  3. Obtain API Key
    Click on API Key to obtain your application api key.

  4. Secure Your Key
    Store the generated API Key securely, as it is essential for authenticating your API requests.


Implementing API Key Authentication​

Include the API Key in the Authorization header of your HTTP requests as follows:

Makefile example:

Authorization: Bearer YOUR_API_KEY