v1

latestOpenAPI 3.0.3Proprietaryraw.githubusercontent.com2026-03-067260437.0 KB
Services

Get service

Retrieve a specific service by ID.

gigstack Connect: Access other teams' services using the team parameter.

get/services/{id}

Path parameters

idstring required

Query parameters

teamstring

gigstack Connect: Target team ID for multi-team access.

Requires gigstack Connect enabled on your team and shared billing account.

Example: ?team=team_xyz789

Response

Service retrieved successfully

messagestring

Example response

{
  "message": "Service retrieved successfully",
  "data": {
    "id": "service_1234567890",
    "description": "Consulting services",
    "from": "api",
    "sku": "CONS-001",
    "product_key": "80141503",
    "unit_key": "E48",
    "unit_name": "Servicio",
    "unit_price": 1000,
    "taxes": [
      {
        "factor": "Tasa",
        "rate": 0.16,
        "type": "IVA"
      }
    ],
    "team": "team_1234567890",
    "created_at": 1677651234,
    "quantity": 1
  }
}