Skip to main content
GET
/
environments
/
settings
{
  "handles": {
    "invoicePrefix": "<string>",
    "customerPrefix": "<string>",
    "subscriptionPrefix": "<string>"
  },
  "invoice": {
    "seed": 123
  },
  "paymentTerm": {
    "defaultTerm": "<string>"
  }
}

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Response

OK

handles
object
required
invoice
object
required
paymentTerm
object
required