CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and ((PERSON
and !BUSINESS') or
BUSINESSOWNERor
ROLE_BUSINESSADMIN`)curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/my-client-identities' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"serviceAccountId": "string",
"scope": [
"string"
],
"redirectURI": "string",
"grantTypes": [
"string"
],
"businessUnitId": "string",
"organizationId": "string"
}'
[
{
"code": "01",
"message": "message reference code error"
}
]