SOLUTIONS
Flow
Credit
Test Bench
Identity
Loyalty
Merchant ID
Advisors
Signals
Employment
Wallet Share
Account Ownership
DEVELOPERS
Get Started
Quickstart
API Documentation
Resources
Video Tutorial
Help Center
COMPANY
About
Careers
Blog
FOR BANKS
Your Cart
$ 0.00 USD
:
Remove
No items found.
Product is not available in this quantity.
Contact Sales
Data Subscriber API Documentation
Overview
Quick Start | Sandbox Usage
Consumer Consent
Auth
Transactions
Merchants
Pay with Points
Code Samples
Deleting Resources
Endpoints - clients
POST /subscribers/login
GET /subscribers/refresh
GET /subscribers
POST /reset-password
Endpoints - Persons
POST /persons
GET /persons
GET /persons/:id/accounts
DELETE /persons/:id/banking
DELETE /persons/:id/report
DELETE /persons/:id
GET /persons/:id/cards
Endpoints - Banking
POST /accounts
GET /accounts/:id/transactions
GET /accounts/:id/ach
GET /accounts/:id/owner
GET /accounts/:id/balance
GET /accounts/:id/statement
GET /accounts/:id/report
GET /accounts/:id/bank
DELETE /accounts/:id
DELETE /accounts/:id/bank
GET /institutions
Endpoints - Cards
POST /cards
DELETE /cards/:id
Endpoints - UGetMe
POST /persons/:id/authenticate
POST /persons/:id/verify
GET /persons/:id/income
Endpoints - Merchants
POST /merchants/mcc
POST /merchants/sight
GET /merchants/:id/transactions
POST /merchants
Endpoints - Consents
POST /consents
GET /consents/:personId
DELETE /consents/:id
GET /consents/signature/:personId/:useCase
Endpoints - Pay Me Back
POST /persons/:id/pay
GET /persons/:id/pay
POST /persons/:id/pay-verify
POST /persons/:id/pay-send
Endpoints - Offers
POST /offers
GET /offers
GET /offers/:id
POST /cards/:id/offers
GET /cards/:id/offers
Frequently Asked Questions
API Documentation
GET /subscribers/refresh
Refresh an expired JWT.
Headers
NAME
VALUE
Authorization
Bearer {refresh_token}
Request
Empty Body
Response
NAME
VALUE
token
String. The JWT for all requests.
expires
The expiration timestamp for the token, in format YYYMMDDHHMMSS, UTC.
userId
Int. Your unique ID as a registered user.
Status Code
CODE
COMMENT
200
User authenticated and token created (refreshed).
401
User not authorized.