Homepage

ApiCallSendOptions

Last edit: Apr 07, 2026

No description

type ApiCallSendOptions {
  internal: Boolean
  skip_ssl_verification: Boolean
  timeout: Int
}

Fields

internal (Boolean)

If set to true, no charge will be applied and the request will be made against
the current Stack. If the instance is on a different Stack, 404 will be returned

skip_ssl_verification (Boolean)

If set to true, SSL certificate verification will be skipped for HTTPS requests

timeout (Int)

Read timeout of HTTP request in seconds. For calls triggered from backgroud
jobs default is 8s and max 180s. For calls triggered from web request default
is 5s and max 5s.

Questions?

We are always happy to help with any questions you may have.

contact us