v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Protection sources

Get protection source

Get funds coverage protection source using your account ID

get/v1/protection-sources/accounts/{accountId}

Path parameters

accountIdinteger required

Pismo account ID

Headers

AuthorizationTokenstring required

Account token. Token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.

Response

Get protection sources successful

covered'overdraft' | 'credit_card' required

The financial product you want to protect

sourcesSource[] required

The list of financial products that can act as coverage sources

Example response

{
  "covered": "overdraft"
}