v1

latestOpenAPI 3.1.02026-08-062951103.4 KB
offers

List offers

get/offers

Query parameters

cursorstring

Pagination cursor to retrieve

limitinteger

Limit of offers to return

Response

OK

next_cursorstring nullable

Example response

{
  "data": [
    {
      "id": "offr_jIGqAAUKqWM2pptJTfRuei1t",
      "name": "40% off",
      "details": {
        "interval": "month",
        "interval_count": 3
      }
    }
  ],
  "next_cursor": "null"
}