GET
/
public
/
offers
/
{id}
/
sign
curl -X GET \
 /public/offers/{id}/sign \
 --header "Authorization: Bearer <token>"
{
  "signingId": "<string>"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Offer identifier

Response

200
application/json
Offer resource
signingId
string

The signing id of the offer