Retrieve all user authentication factors
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
GET
https://api.serasaexperian.com.br
User Identities
Responsibilities
CREDENTIALS_ONLY
: Default value, only returns credential authentication factors like the main e-mail and main mobile.MARKED_RESOURCES
: When application clientId is associated with this tag, returns alternative authentication factors tagged with MARKED_RESOURCES
. Only an email and a mobile can be tagged with MARKED_RESOURCES
.UNRESTRICTED
: When application clientId is associated with this tag, all main and alternative authentication factors will be returned.Requirements
CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and USER
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/me/authentication-factors'
Response Response Example
200 - Example 1
[
{
"id": "5efd263cbe2d398bb00b97ea",
"contactType": "EMAIL",
"email": "ex***le@br.e*******.com",
"mobile": {
"regionCode": "55",
"areaCode": "11",
"phoneNumber": "*****2222"
},
"tags": "[\"MARKED_RESOURCES\"]",
"credential": false,
"default": false
}
]
Request
None
Responses
Modified at 2025-04-11 12:00:41