Offer
Get a public offer
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Offer
Get a public offer
Get a single public offer
GET
/
public
/
offers
/
{id}
curl -X GET \
/public/offers/{id} \
--header "Authorization: Bearer <token>"
{
"name": "<string>",
"contactPerson": {
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"avatar": "<string>",
"phone": "<string>",
"linkedin": "<string>",
"position": "<string>",
"website": "<string>"
},
"description": "<string>",
"sections": [
"<string>"
],
"offerLineItems": [
"<string>"
],
"signed": true,
"canSign": true
}
Authorizations
Value for the Authorization header parameter.
Path Parameters
Offer identifier
Response
200
application/json
Offer resource
Was this page helpful?
curl -X GET \
/public/offers/{id} \
--header "Authorization: Bearer <token>"
{
"name": "<string>",
"contactPerson": {
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"avatar": "<string>",
"phone": "<string>",
"linkedin": "<string>",
"position": "<string>",
"website": "<string>"
},
"description": "<string>",
"sections": [
"<string>"
],
"offerLineItems": [
"<string>"
],
"signed": true,
"canSign": true
}