v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Card Accounts

Callback: Add/Update

Subscribe to callbacks for this entity or change an existing callback.

post/card-accounts/subscription

Request body

callbackUrlstring uri required

The URL to send the callback to. Must be a valid and reachable URL. We do some basic validation to ensure the URL is syntactically correct and reachable for Pliant. Only HTTPS URLs are supported.

eventTypesstring[] required

The event types to subscribe to.

Example request

{
  "callbackUrl": "https://myserver.com/send/callback/here"
}

Response

Created