Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Array of Rule
Returns a list of the rules your account has access to. The rules are returned sorted by creation date, with the most recent rule appearing first.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Array of Rule