Passer au contenu principal
GET
C#

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

triggerId
enum<string>
requis

An actions extensibility point.

Options disponibles:
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

Paramètres de requête

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

Réponse

The bindings were retrieved.

total
number
défaut:1

The total result count.

page
number
défaut:0

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

per_page
number
défaut: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.