Skip to main content
POST
/
quote
/
commit
/
{quoteId}
Commit Quote
curl --request POST \
  --url https://api.rhino.fi/bridge/quote/commit/{quoteId} \
  --header 'Authorization: Bearer <token>'
{
  "quoteId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

quoteId
string
required

Unique identifier of the quote to commit.

Response

Success

quoteId
string
required

Unique identifier for the committed quote.