curl https://agent.usedari.com/portals/my-org/contact_form \ -H "X-API-Key: YOUR_API_KEY"
{ "id": "550e8400-e29b-41d4-a716-446655440000", "org_id": "my-org", "endpoint_name": "contact_form", "start_url": "https://example.com/contact", "task": "Fill out the contact form", "form_schema": { "type": "object", "properties": { "name": {"type": "string"}, "email": {"type": "string"} }, "required": ["name", "email"] }, "output_schema": null, "profile_id": null, "humanized_urls": null, "skills": [], "created_at": "2025-01-15T10:30:00Z", "updated_at": "2025-01-15T10:30:00Z" }
Get a specific portal by endpoint name
{ "detail": "Portal not found" }