メインコンテンツへスキップ
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

triggerId
enum<string>
必須

An actions extensibility point.

利用可能なオプション:
post-login,
credentials-exchange,
pre-user-registration,
post-user-registration,
post-change-password,
send-phone-message,
custom-phone-provider,
custom-email-provider,
password-reset-post-challenge,
custom-token-exchange,
event-stream,
password-hash-migration,
login-post-identifier,
signup-post-identifier

クエリパラメータ

page
integer

Use this field to request a specific page of the list results.

per_page
integer

The maximum number of results to be returned in a single request. 20 by default

レスポンス

The bindings were retrieved.

total
number
デフォルト:1

The total result count.

page
number
デフォルト:0

Page index of the results being returned. First page is 0.

per_page
number
デフォルト:20

Number of results per page.

bindings
object[]

The list of actions that are bound to this trigger in the order in which they will be executed.