List MED fraud markers (DICT-direct)
curl --request GET \
--url https://api.example.com/v1/med/fraud-markers/dict \
--header 'Authorization: Bearer <token>'package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.example.com/v1/med/fraud-markers/dict"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.example.com/v1/med/fraud-markers/dict', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.example.com/v1/med/fraud-markers/dict"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"cpfCnpj": "12345678901",
"dtHrCriacao": "2024-01-01T12:00:00.000Z",
"dtHrUltModificacao": "2024-01-01T12:05:00.000Z",
"idMarcacaoFraude": "c3d4e5f6-a7b8-9012-cdef-345678901234",
"ispb": "12345678",
"status": 0,
"statusDescription": "Registrada",
"tpFraude": 1,
"tpFraudeDescription": "Conta laranja",
"tpPessoa": 0,
"tpPessoaDescription": "Pessoa Fisica",
"chave": "user@example.com",
"dictCorrelationId": "a7f12465e19f5ca51329479a5bae60c2",
"dictReturnedAt": "2023-08-16T10:30:05.025Z",
"idRelatoInfracao": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"ispbRelatoInfracao": "87654321"
}
],
"dictCorrelationId": "a7f12465e19f5ca51329479a5bae60c2",
"dictReturnedAt": "2025-01-02T10:30:05.025Z"
}{
"code": "ERR-0001",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example",
"upstream": {
"code": "E4001",
"message": "account not found at provider"
}
}{
"code": "ERR-0001",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example",
"upstream": {
"code": "E4001",
"message": "account not found at provider"
}
}{
"code": "ERR-0001",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example",
"upstream": {
"code": "E4001",
"message": "account not found at provider"
}
}List MED fraud markers (DICT-direct)
Lists the fraud markers for a document via the DICT-direct query (JDPI marcacao-fraude/listar/dict, contract 2.19). cpf_cnpj is required; chave and limit are optional filters.
GET
/
v1
/
med
/
fraud-markers
/
dict
List MED fraud markers (DICT-direct)
curl --request GET \
--url https://api.example.com/v1/med/fraud-markers/dict \
--header 'Authorization: Bearer <token>'package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.example.com/v1/med/fraud-markers/dict"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.example.com/v1/med/fraud-markers/dict', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.example.com/v1/med/fraud-markers/dict"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"cpfCnpj": "12345678901",
"dtHrCriacao": "2024-01-01T12:00:00.000Z",
"dtHrUltModificacao": "2024-01-01T12:05:00.000Z",
"idMarcacaoFraude": "c3d4e5f6-a7b8-9012-cdef-345678901234",
"ispb": "12345678",
"status": 0,
"statusDescription": "Registrada",
"tpFraude": 1,
"tpFraudeDescription": "Conta laranja",
"tpPessoa": 0,
"tpPessoaDescription": "Pessoa Fisica",
"chave": "user@example.com",
"dictCorrelationId": "a7f12465e19f5ca51329479a5bae60c2",
"dictReturnedAt": "2023-08-16T10:30:05.025Z",
"idRelatoInfracao": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"ispbRelatoInfracao": "87654321"
}
],
"dictCorrelationId": "a7f12465e19f5ca51329479a5bae60c2",
"dictReturnedAt": "2025-01-02T10:30:05.025Z"
}{
"code": "ERR-0001",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example",
"upstream": {
"code": "E4001",
"message": "account not found at provider"
}
}{
"code": "ERR-0001",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example",
"upstream": {
"code": "E4001",
"message": "account not found at provider"
}
}{
"code": "ERR-0001",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example",
"upstream": {
"code": "E4001",
"message": "account not found at provider"
}
}Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
The document to query (required for the DICT-direct listing).
Example:
"12345678901"
Optional key filter (must belong to cpf_cnpj if given).
Example:
"user@example.com"
DICT-mode page limit; 0 uses the JDPI default (20).
Example:
20
Response
OK
The list of fraud markers.
Show child attributes
Show child attributes
idCorrelacao — the DICT support identifier for this listing call; quote it to JD when disputing whether the read happened.
Example:
"a7f12465e19f5ca51329479a5bae60c2"
dtHrRetornoDict — when DICT answered this listing (contract 2.19).
Example:
"2025-01-02T10:30:05.025Z"
Was this page helpful?

