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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt

Use this file to discover all available pages before exploring further.

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.