API Documentation

Integrate with InConnx using our REST API

Getting Started

Our API allows you to integrate InConnx functionality into your applications. Get started by obtaining an API key from your dashboard.

curl -H "Authorization: Bearer YOUR_API_KEY" https://api.inconnx.com/v1/profile

Endpoints

GET /v1/profile

Retrieve user profile information

POST /v1/collaborations

Create a new collaboration request

PUT /v1/profile

Update user profile information

Authentication

All API requests require authentication using Bearer tokens. Include your API key in the Authorization header.