v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount attachment
Get account attachment
Get an account's attached product.
get/v1/products/attachments/accounts/{accountId}
Path parameters
accountIdinteger required
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
Success
Example response
{
"overdraft": {
"name": "Overdraft Limit 1000",
"processing_code": "99066"
}
}