Plaid
Retrieve Plaid Configuration
Businesses
- Business
- Financial Accounts
- Documents
- Scoped Authentication
- Configuration
- Tasks & Notifications
Financial Activity
- Accounts Receivable
- Accounts Payable
- Bank Transactions
- General Ledger
- Tags
Accounting Reports
- Profit and Loss
- Balance Sheet
- Cash Flow Statement
Platform Configuration
Activity Metrics
- Platform wide activity
- Business Activity
Plaid
Retrieve Plaid Configuration
Retrieves a Plaid configuration for your Layer account.
GET
/
v1
/
configure
/
plaid
curl https://sandbox.layerfi.com/v1/configure/plaid \
-H "Authorization: Bearer <access_token>"
{
"data":{
"type":"Plaid_Configuration",
"client_id":"6488fafd7a73ae00122004d6",
"secret_last_4":"acae"
}
}
Response
Returns the selected Plaid Configuration Object
curl https://sandbox.layerfi.com/v1/configure/plaid \
-H "Authorization: Bearer <access_token>"
{
"data":{
"type":"Plaid_Configuration",
"client_id":"6488fafd7a73ae00122004d6",
"secret_last_4":"acae"
}
}
curl https://sandbox.layerfi.com/v1/configure/plaid \
-H "Authorization: Bearer <access_token>"
{
"data":{
"type":"Plaid_Configuration",
"client_id":"6488fafd7a73ae00122004d6",
"secret_last_4":"acae"
}
}