v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Rules

Create Protection Bulletin rule

Register a new Protection Bulletin setup rule. This feature is available for Elo, Mastercard and Visa.

When you set a card rule, for example, when a card status is changed to LOST, it is automatically added to the Protection Bulletin.

This operation executes asynchronously. When complete, a Bulletin rule event is generated.

Notes:

  • This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
  • Deactivating a rule after it has been created requires re-calling this endpoint with active set to false.
post/v1/bulletin/setup

Headers

Authorizationstring required
Example:Bearer eyJhbGci...IUzUx

Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.

Request body

OR
OR

Example request

{
  "active": true,
  "program_id": 1010,
  "allowed_status": [
    {
      "status_pismo": "LOST",
      "default_purge_days": 30
    }
  ]
}

Response

Accepted