Skip to main content

Services and Products API

Manage your services and products catalog through our comprehensive API.

Available Endpoints

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

TypeDescriptionExamples
ServiceIntangible offeringsWeb development, consulting, SEO
ProductTangible deliverablesLogo design, website templates, software

Billing Types

TypeDescriptionUse Case
HourlyBilled per hourConsulting, development work
FixedOne-time paymentLogo design, website setup
RecurringSubscription-basedMonthly hosting, retainer services

Quick Start

  1. Get your API key from the dashboard
  2. Make a request to retrieve all services:
    curl -X GET "https://app.getmanageit.io/api/services/" \
    -H "Authorization: Bearer YOUR_API_KEY"
  3. Filter and search using query parameters
  4. Use the data to populate invoices, proposals, and contracts

Next Steps