For the complete documentation index, see llms.txt. This page is also available as Markdown.

quotePollSigningUrl

Graphql fields and variables for the quotePollSigningUrl mutation

Poll for the signing url to check if it is ready

Scope required: standard:write

mutation quotePollSigningUrl ($quoteId: ID!) {
  quotePollSigningUrl (quoteId: $quoteId) {
      errors
      infoMessage
      redirectUri
      shouldPoll
      status
  }
}

Arguments

{
  "quoteId": "456123"
}
Name
Type
Description

quoteId

ID

Response

Name
Type
Description

errors

List (String)

infoMessage

String

redirectUri

String

shouldPoll

Boolean

status

String

Last updated

Was this helpful?