Skip to main content

API Usage

Authentication

All API requests require an API key for authentication. You can find your API key in your Admin Dashboard under:
Organizations > Projects > Developer.

The API key is organization-based, meaning each user in each organization has their own unique API key.

Include the API key in your request header as follows:

X-API-Key: YOUR_API_KEY

⚠️ Important: For POST, PUT, and other endpoints that modify data, the API key will only work if the user has one of the following roles within the organization: Owner, or Admin.

API Documentation

For detailed information on all endpoints, parameters, and examples, please visit our full API documentation on:
LinkHive API Docs