CallbackCredentials

Auth credentials for callback authentication.

Attribute

Type

Description

basicAuth

string

HTTP Basic Auth credentials for callback authentication. Requests sent from Sterling API to the callback endpoint will include these credentials in the Authorization header.

"credentials": {
  "basic-auth": "narf:zort!"
}