Skip to main content
GET
/
v1
/
dict
/
statistics
/
keys
/
{key}
Retrieve Key Statistics
curl --request GET \
  --url https://plugin-pix-indirect.api.lerian.net/v1/dict/statistics/keys/{key} \
  --header 'Authorization: Bearer <token>'
{
  "keyStatistics": {},
  "ownerStatistics": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key
string
required

Pix key value (CPF, CNPJ, Email, Phone, or EVP).

Response

Key statistics retrieved successfully.

keyStatistics
object

Statistics specific to the Pix key.

ownerStatistics
object

Statistics for the key owner.