Offer
Start signing an 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
Start signing an offer
Starts the signing process for a public offer and returns the signing link
GET
/
public
/
offers
/
{id}
/
sign
curl -X GET \
/public/offers/{id}/sign \
--header "Authorization: Bearer <token>"
{
"signingId": "<string>"
}
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}/sign \
--header "Authorization: Bearer <token>"
{
"signingId": "<string>"
}