Get an authentication method by ID
GET/authentication-methods/:authentication_method_id
Retrieves a single authentication method belonging to the authenticated user.
Scopes
read:me:authentication_methodsRequest
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 Headers
retry-after
The number of seconds the client should wait before making a new request
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
x-auth0-error-kind
An indicator that the rate limit exceeded a is global (per tenant) limit.
Response Messages
- 200 Successfully retrieved authentication method
- 400 Invalid input based on schema.
- 401 Unauthorized.
- 403 Forbidden.
- 404 Not Found.
- 429 Too Many Requests.