Skip to main content
GET
/
reseller
/
catalog
Browse available offers
curl --request GET \
  --url https://api.offergrid.io/reseller/catalog \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.

Query Parameters

category
enum<string>

Filter by service category

Available options:
internet,
television,
security,
energy,
insurance,
other
Example:

"internet"

minPrice
number

Minimum monthly price

Example:

0

maxPrice
number

Maximum monthly price

Example:

100

zipCode
string

ZIP code to check availability

Example:

"94102"

Search term (searches name, description, marketing headline)

Example:

"fiber internet"

Response

200

List of available offers