Generate Opaque Token
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
POST
https://api.serasaexperian.com.br
Product Accesses
Responsibilities
Requirements
CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
role and user must have AUTH-BASIC
level and (PERSON
or 'BUSINESS' or BUSINESSOWNER
or BUSINESSADMIN
or ADMIN
)Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/product-accesses/authorize' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"isExternalOrder": false,
"productId": "string",
"productAlias": "string",
"sku": "string",
"billingType": "EXPEND",
"showCaseId": "string",
"skuPriceHashCode": "string"
}'
Response Response Example
200 - Example 1
[
{
"code": "01",
"message": "message reference code error"
}
]
Request
Query Params
remember-me
booleanÂ
optional
Body Params application/json
Responses
Modified at 2025-04-11 12:00:41