Create Identity
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
POST
https://api.serasaexperian.com.br
Client Identities
Responsibilities
Requirements
CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-MFA
and ADMIN
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/client-identities' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"userId": "string",
"businessId": "string",
"serviceAccountId": "string",
"scope": [
"string"
],
"redirectURI": "string",
"grantTypes": [
"string"
],
"businessUnitId": "string",
"organizationId": "string"
}'
Response Response Example
200 - Example 1
[
{
"code": "01",
"message": "message reference code error"
}
]
Request
Body Params application/json
Responses
Modified at 2025-04-11 12:00:41