Skip to main content
GET
Go

Authorizations

Authorization
string
header
required

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

Path Parameters

triggerId
enum<string>
required

An actions extensibility point.

Available options:
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

Query Parameters

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

Response

The bindings were retrieved.

total
number
default:1

The total result count.

page
number
default:0

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

per_page
number
default: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.