First Request

First Request

Validate your setup with a simple workspace request before you expand into messaging and automation flows.

First Request

First Request

Validate your setup with a simple workspace request before you expand into messaging and automation flows.

Make your first request

To test that your authentication works correctly, query your workspace information with the following endpoint:

curl -X GET "https://api.interlinked-ai.com/v1/workspaces/{workspace_id}" \
     -H "Authorization: Bearer YOUR_API_KEY"

Expected response

{
  "id": "ws_123456789",
  "name": "Acme Corp",
  "plan": "pro",
  "active_agents": 2,
  "created_at": "2026-03-10T14:22:11Z"
}

If the request returns 200 OK, your credentials and workspace context are ready for deeper endpoints such as agent creation, messaging workflows, and webhook-driven automations.