cURL
curl --request POST \ --url https://api.rhino.fi/bridge/quote/commit/{quoteId} \ --header 'Authorization: Bearer <token>'
{ "quoteId": "<string>" }
Commit an already cached user quote.
Documentation IndexFetch the complete documentation index at: https://docs.rhino.fi/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt
Use this file to discover all available pages before exploring further.
JWT token for authentication
Unique identifier of the quote to commit.
Success
Unique identifier for the committed quote.