curl --location -g --request GET 'https://localhost/api/v1/providers?workspace_uuid={{workspace_uuid}}&search=&slug=&with=&with_count=&sort_by=&sort_direction=&per_page=16' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"slug": "openai-gpt",
"name": "OpenAI GPT",
"description": "OpenAI's GPT language model service",
"website": "https://openai.com",
"profile_photo_url": "https://example.com/photos/openai-logo.png",
"profile_photo_config": {
"emoji": "🤖",
"background_color": "#3B82F6",
"preference": "emoji"
},
"authentication_strategy": "token",
"authentication_config": {
"token": {
"url": "string",
"body": {},
"params": {},
"headers": {},
"key": "string",
"type": "basic",
"property1": "string",
"property2": "string"
},
"oauth2": {
"url": "string",
"client_id": "string",
"client_secret": "string",
"redirect_url": "string",
"authorize_url": "string",
"token_url": "string",
"user_url": "string",
"scopes": [
"string"
],
"scope_separator": "space",
"headers": {},
"parameters": {},
"property1": "string",
"property2": "string"
},
"basic": {
"url": "string",
"headers": {},
"params": {},
"body": {},
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
},
"is_enabled": true,
"type": "large_language_model",
"is_owner": true,
"visibility": "public",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T14:45:00Z",
"metadata": {
"tool_groups": [
{
"label": "Text Generation",
"tools": [
"123e4567-e89b-12d3-a456-426614174000"
]
}
],
"is_official": true,
"is_featured": false,
"property1": "string",
"property2": "string"
},
"user": {
"id": 123,
"name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"profile_photo_url": "https://example.com/storage/photos/user-123.jpg",
"multiplai_id": "multiplai_abc123def456",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T14:45:00Z",
"primary_workspace": {
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"slug": "my-ai-workspace",
"name": "My AI Workspace",
"profile_photo_url": "https://example.com/storage/workspaces/workspace-123.jpg",
"multiplai_id": "multiplai_workspace_abc123",
"is_onboarded": true,
"metadata": {
"onboarding_step": 75,
"sources": [
"google_search",
"social_media",
"referral"
],
"affiliate_name": "John Doe Marketing",
"role": "Product Manager",
"industry": "Technology",
"tools": [
"slack",
"notion",
"github"
],
"ai_tools": {
"agents": [
{
"emoji": "🤖",
"name": "Customer Support Bot",
"description": "Handles customer inquiries and support tickets"
}
],
"prompts": [
{
"emoji": "✍️",
"name": "Email Writer",
"description": "Generates professional email responses"
}
],
"workflows": [
{
"emoji": "⚡",
"name": "Lead Processing",
"description": "Automatically processes and qualifies incoming leads"
}
]
},
"property1": "string",
"property2": "string"
},
"is_owner": true,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T14:45:00Z",
"user": {}
}
},
"tools_count": 5
}
],
"meta": {
"current_page": 3,
"from": 21,
"last_page": 10,
"per_page": 20,
"to": 40,
"total": 195,
"path": "https://api.example.com/users"
},
"links": {
"first": "https://api.example.com/users?page=1",
"last": "https://api.example.com/users?page=10",
"prev": "https://api.example.com/users?page=2",
"next": "https://api.example.com/users?page=4"
}
}