Services and Products API
Manage your services and products catalog through our comprehensive API.
Available Endpoints
- Get All Services - Retrieve all services and products
Overview
The Services and Products API allows you to:
- View all services and products in your catalog
- Filter by type (service vs product)
- Search by name and description
- Filter by category and tags
- Manage custom fields for each item
- Track pricing and billing information
Service vs Product Types
| Type | Description | Examples |
|---|---|---|
| Service | Intangible offerings | Web development, consulting, SEO |
| Product | Tangible deliverables | Logo design, website templates, software |
Billing Types
| Type | Description | Use Case |
|---|---|---|
| Hourly | Billed per hour | Consulting, development work |
| Fixed | One-time payment | Logo design, website setup |
| Recurring | Subscription-based | Monthly hosting, retainer services |
Quick Start
- Get your API key from the dashboard
- Make a request to retrieve all services:
curl -X GET "https://app.getmanageit.io/api/services/" \
-H "Authorization: Bearer YOUR_API_KEY" - Filter and search using query parameters
- Use the data to populate invoices, proposals, and contracts
Next Steps
- Browse the individual endpoint documentation above
- Learn about custom fields for advanced configuration
- Check out our invoice creation guide to use services in billing