Skip to main content
GET
/
provider
/
orders
List order items to fulfill
curl --request GET \
  --url https://api.offergrid.io/provider/orders \
  --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

status
enum<string>

Filter by order item status

Available options:
pending,
submitted_to_provider,
accepted,
rejected,
scheduled,
in_progress,
completed,
active,
cancelled,
failed

Response

200

List of order items