Skip to main content
POST
cURL com dados fictícios

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

fraud_marker_id
string<uuid>
obrigatório

Directory fraud-marker id (UUID)

Exemplo:

"0b843bcc-7c1a-4a12-9c88-8d3a5d70e6a1"

Resposta

The cancelled marker (status CANCELLED). Also returned, unchanged, on an idempotent re-cancel of an already-CANCELLED marker.

creationTime
string<date-time>
obrigatório

When the marker was registered at the provider (RFC 3339 UTC)

Exemplo:

"2026-08-21T10:00:00Z"

fraudType
enum<string>
obrigatório
Opções disponíveis:
APPLICATION_FRAUD,
MULE_ACCOUNT,
SCAMMER_ACCOUNT,
OTHER,
UNKNOWN
Exemplo:

"APPLICATION_FRAUD"

id
string<uuid>
obrigatório

Directory fraud-marker id

Exemplo:

"0b843bcc-7c1a-4a12-9c88-8d3a5d70e6a1"

lastModified
string<date-time>
obrigatório

When the marker was last modified at the provider (RFC 3339 UTC)

Exemplo:

"2026-08-21T10:00:00Z"

status
enum<string>
obrigatório
Opções disponíveis:
REGISTERED,
CANCELLED
Exemplo:

"REGISTERED"

taxIdNumber
string
obrigatório

CPF (11 digits) or numeric CNPJ (14 digits) marked

Exemplo:

"12345678901"

infractionReport
object

The infraction report the provider created this marker from, when applicable

key
string

Pix key linked to the marker, when one was supplied on create

Exemplo:

"+5561999998888"