team
parameter.curl --location --request GET 'https://api.gigstack.io/v2/services?team&limit&next&order_by&sort&created' \
--header 'Authorization: <api-key>'
{
"message": "Services retrieved successfully",
"data": [
{
"id": "service_1234567890",
"description": "Professional consulting services",
"sku": "CONS-001",
"product_key": "80141503",
"unit_key": "E48",
"unit_name": "Servicio",
"unit_price": 1000,
"quantity": 1,
"taxes": [
{
"type": "IVA",
"rate": 0.16,
"factor": "Tasa",
"withholding": false
}
],
"team": "team_1234567890",
"created_at": 1677651234,
"from": "api"
}
],
"has_more": false,
"total_results": 1
}