Skip to main content
POST
/
api
/
public
/
v1
/
checkout-offers
/
{id}
Get checkout offer by ID
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/checkout-offers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Path Parameters

id
string
required

Response

Successful response