Getting Your API Key

Some API requests require API Key. Here are some instructions to obtain an API Key.

To access and use this API, an API key is required. You can generate your unique API key by visiting the application at https://app.gib.work. This key is essential for authentication and ensures secure communication with the API. Be sure to keep your API key confidential and do not share it publicly.


The API key must be included in your HTTP requests as a header. Specifically, pass your key using the header x-api-key. For example, include the following in your request headers:

x-api-key: your-api-key

This ensures proper authentication and allows you to access the API's functionalities. Requests without this header or with an invalid API key will be rejected.