Skip to main content

Nexus API

List member challenges

When a member has been challenged by multi-factor authentication, this endpoint allows you to read the specific challenges that must be answered. It returns an array of credentials. Best practice is to use this endpoint to list challenges that need to be answered; however, MX continues to support partners who use the mfa credentials endpoint for that purpose.

GET
/members/{member_guid}/challenges

Path Parameters

FieldRequiredType

member_guid

The unique identifier for the member. Defined by MX.

Required
String
Loading...