Authentication

This API uses OAuth 2.0 Bearer tokens for authentication. You can obtain a token using Personal Access Tokens generated for "IntegrationHub" from your user account settings.

Once you have a token, include it in the Authorization header of your requests:

Authorization: Bearer YOUR_TOKEN_HERE

Ensure that you keep your tokens secure and do not share them publicly.