Skip to main content

Get application plugins list

GET 

/seb-api/v1/applications/plugins

Returns a list of application plugins.

Responses

A list of all application plugin objects

Schema
    data object[]
  • Array [
  • applicationId stringrequired

    Application ID of the application the plugin is associated to

    createTime date-timerequired

    Creation time of the plugin

    id stringrequired

    Unique identifier

    plugin objectrequired
    elements object[]
  • Array [
  • elementType stringrequired

    Possible values: [excludeAccountShield, includeAccountShield]

    selectors string[]required
    urlPattern string
  • ]
  • events object[]
  • Array [
  • eventType stringrequired

    Possible values: [loginFail, loginAttempt, passwordReset, userRegistration]

    headers object[]
  • Array [
  • content stringrequired
    name stringrequired
  • ]
  • maxContentLength integer
    method string

    Possible values: [GET, POST, PUT, PATCH, DELETE]

    minContentLength integer
    requestUrl string
    statusCode integer
    triggerOnFail boolean
    triggerOnSuccess boolean
    triggerUrl string
  • ]
  • links object[]
  • Array [
  • loginPageUrl string
    resetPasswordUrl string
    urlPattern string
  • ]
  • updateTime date-timerequired

    Last update time of the plugin

  • ]
Loading...