CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-MFA
and ADMIN
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"
}'
[
{
"code": "01",
"message": "message reference code error"
}
]