Skip to main content
POST
/
api
/
public
/
v1
/
checkout-offers
/
list
List checkout offers
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/checkout-offers/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "storeId": "<string>",
  "search": "<string>",
  "excludeIds": []
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
storeId
string
required
excludeIds
string[]
Minimum string length: 1

Response

Successful response