Skip to main content

Get application

GET 

/seb-api/v1/applications/:id/plugins

Retrieves the plugin associated with the application ID

Request

Path Parameters

    id stringrequired

    The ID of the application to retrieve the plugin for

Responses

A single plugin associated with the application ID

Schema
    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...