Skip to main content
GET
/
v1
/
dict-keys
cURL
curl --request GET \
  --url https://api.example.com/v1/dict-keys \
  --header 'x-access-id: <api-key>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "key_type": "cpf",
    "key_value": "<string>",
    "claim": "<unknown>"
  }
]

Authorizations

x-access-id
string
header
required

UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)

Response

List of DICT keys

created_at
string<date-time>
required
key_type
enum<string>
required
Available options:
cpf,
cnpj,
email,
phone,
evp
key_value
string
required
claim
object