cURL
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 }
Get a single public offer
Value for the Authorization header parameter.
Offer identifier
Offer resource
Show child attributes
Was this page helpful?