Skip to main content

GET /api/sat/search

Searches the SAT (Servicio de Administración Tributaria) product and service catalog with filtering and pagination. Returns products/services matching the search criteria.

Authentication

This endpoint requires authentication. Include your access token in the request cookies.

Query Parameters

string
Search term to find products/services by description or keywords
string
Filter by IVA requirement. Options: , No, Opcional
string
Filter by IEPS requirement. Options: , No, Opcional
number
default:"20"
Number of results per page (1-100)
number
default:"0"
Number of results to skip for pagination

Response

SATProductServiceAttributes[]
required
Array of SAT product/service objects
number
required
Total number of results matching the query
number
required
Number of items returned in this response
number
required
Offset used for this query

Example Request

Example Response

Error Responses

error
Authentication required or token expired
error
Invalid query parameters
error
Rate limit exceeded based on plan limits
error
Server error occurred
Search limits vary by subscription plan. Check your plan’s satBasicSearchesPerMonth limit.