v1

latestOpenAPI 3.1.02026-07-26490301.4 KB
Consumer

Set status (blacklist)

post/blacklist/status

Request body

name'email' | 'card' | 'accountNumber' | 'consumer' | 'ip' | 'phone' required

Type of identifier

valuestring required

Value corresponding to the identifier type

Response

OK

namestring required

Type of identifier

valuestring required

Identifier value (e.g., email)

systemIdstring

System ID

blockedboolean required

Whether the identifier is currently blocked

messagestring required

Action performed (e.g., "block" or "unblock")

authorstring required

Name of the author who performed the action

timestampinteger required

Unix timestamp of the action

Example response

{
  "value": "jonnysonny@example.com",
  "message": "unblock",
  "author": "Jonny test",
  "timestamp": 1744817695
}