@oneblink/sdk-core
    Preparing search index...

    Type Alias EndpointConfigurationCallback

    {
    "type": "CALLBACK",
    "configuration": {
    "url": "https://api.url.com/callback"
    }
    }
    type EndpointConfigurationCallback = {
        configuration: { organisationManagedSecretId?: number; url: string };
        type: "CALLBACK";
    }
    Index

    Properties

    Properties

    configuration: { organisationManagedSecretId?: number; url: string }

    The configuration of the endpoint.

    Type declaration

    • OptionalorganisationManagedSecretId?: number

      The identifier for the organisation managed secret that is associated with the endpoint. Should represent the secret string used for verifying the authenticity of the request made from the OneBlink system.

    • url: string

      URL that the request is made to.

    type: "CALLBACK"

    The type of endpoint.