Skip to main content

Get a list of authentication methods

GET 

/authentication-methods

Retrieve detailed list of authentication methods belonging to the authenticated user.

Scopes

read:me:authentication_methods

Responses

Response Headers
    x-ratelimit-limit

    The maximum number of requests permissible during the limit’s window window

    x-ratelimit-reset

    The anticipated time (as a UNIX timestamp, in seconds) when the bucket will be replenished

    x-ratelimit-remaining

    The number of remaining requests remaining in the current window until requests are rejected

Response Messages

  • 200 Successfully retrieved authentication methods
  • 400 Invalid input based on schema.
  • 401 Unauthorized.
  • 403 Forbidden.
  • 429 Too Many Requests.