Authenticate user by param
Deprecated
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
POST
https://api.serasaexperian.com.br
User IdentitiesLegacy
Responsibilities
First Step
These are instructions or content that only pertain to the first step.
Second Step
These are instructions or content that only pertain to the second step.
Third Step
These are instructions or content that only pertain to the third step.
Content
Usage
Requirements
CLI-1STPARTY
and CLI-AUTH-IDENTIFIED
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/auth-legacy-by-param?clientId' \
--header 'param;' \
--header 'ip;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceTokenId": "string",
"deviceId": "string",
"deviceVersion": "V1"
}'
Response Response Example
200 - Example 1
[
{
"code": "01",
"message": "message reference code error"
}
]
Request
Query Params
clientId
stringÂ
required
Header Params
param
stringÂ
required
ip
stringÂ
optional
Body Params application/json
Responses
Modified at 2025-04-11 16:59:57