Go
Get a multi-factor authentication enrollment
Retrieve details, such as status and type, for a specific multi-factor authentication enrollment registered to a user account.
GET
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the enrollment to be retrieve.
Response
Enrollment successfully retrieved.
ID for this enrollment.
Status of this enrollment. Can be pending or confirmed.
Available options:
pending, confirmed Device name (only for push notification).
Required string length:
1 - 20Pattern:
^\+[0-9]{8, 20}Device identifier. This is usually the phone identifier.
Phone number.
Enrollment date and time.
Enrollment date and time.
Create a multi-factor authentication enrollment ticket
Previous
Delete a multi-factor authentication enrollment
Next