curl -X POST "https://api.orwel.io/api/v1/leads" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"visitor_id": "660e8400-e29b-41d4-a716-446655440001",
"code": "lead_002",
"source": "website",
"properties": {
"industry": "fintech",
"company_size": "100-500"
},
"location": {
"city": "New York",
"country": "USA"
}
}'
{
"data": {
"id": "bb0e8400-e29b-41d4-a716-446655440006",
"visitor_id": "660e8400-e29b-41d4-a716-446655440001",
"workspace_id": "770e8400-e29b-41d4-a716-446655440002",
"code": "lead_002",
"source": "website",
"created_at": "2025-01-15T14:30:00Z",
"updated_at": "2025-01-15T14:30:00Z",
"properties": {
"industry": "fintech",
"company_size": "100-500"
},
"location": {
"city": "New York",
"country": "USA"
},
"identity_id": null,
"session_id": null,
"summary": null,
"company_id": null
}
}
Create a new lead in your workspace
curl -X POST "https://api.orwel.io/api/v1/leads" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"visitor_id": "660e8400-e29b-41d4-a716-446655440001",
"code": "lead_002",
"source": "website",
"properties": {
"industry": "fintech",
"company_size": "100-500"
},
"location": {
"city": "New York",
"country": "USA"
}
}'
{
"data": {
"id": "bb0e8400-e29b-41d4-a716-446655440006",
"visitor_id": "660e8400-e29b-41d4-a716-446655440001",
"workspace_id": "770e8400-e29b-41d4-a716-446655440002",
"code": "lead_002",
"source": "website",
"created_at": "2025-01-15T14:30:00Z",
"updated_at": "2025-01-15T14:30:00Z",
"properties": {
"industry": "fintech",
"company_size": "100-500"
},
"location": {
"city": "New York",
"country": "USA"
},
"identity_id": null,
"session_id": null,
"summary": null,
"company_id": null
}
}
curl -X POST "https://api.orwel.io/api/v1/leads" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"visitor_id": "660e8400-e29b-41d4-a716-446655440001",
"code": "lead_002",
"source": "website",
"properties": {
"industry": "fintech",
"company_size": "100-500"
},
"location": {
"city": "New York",
"country": "USA"
}
}'
{
"data": {
"id": "bb0e8400-e29b-41d4-a716-446655440006",
"visitor_id": "660e8400-e29b-41d4-a716-446655440001",
"workspace_id": "770e8400-e29b-41d4-a716-446655440002",
"code": "lead_002",
"source": "website",
"created_at": "2025-01-15T14:30:00Z",
"updated_at": "2025-01-15T14:30:00Z",
"properties": {
"industry": "fintech",
"company_size": "100-500"
},
"location": {
"city": "New York",
"country": "USA"
},
"identity_id": null,
"session_id": null,
"summary": null,
"company_id": null
}
}