Attachments
Retrieve an Attachment
Getting Started
Master Accounts
Sub Account Holders
Sub Accounts
Counterparties
Card Holders
Cards
Transactions
- GETList all Transactions
- POSTSub Ledger a Transaction
- POSTOriginate an Intra Account Push
- POSTOriginate an Intra Account Pull
- POSTOriginate an ACH Push
- POSTOriginate an ACH Pull
- POSTOriginate a Domestic Wire
- POSTOriginate an International Wire
- POSTOriginate an RTP Push
- POSTOriginate a FedNow Push
- POSTOriginate a Debit Card Push
- POSTOriginate a Debit Card Pull
- POSTOriginate a Check Send
- POSTOriginate a Check Deposit
- GETRetrieve a Transaction
- PATCHUpdate a Transaction
Attachments
Webhooks
Attachments
Retrieve an Attachment
Retrieve an Attachment
GET
/
v2
/
attachment
/
{attachment_id}
curl --request GET \
--url https://api.sandbox.solidfi.com/v2/attachment/{attachment_id} \
--header 'api-key: <api-key>'
{
"id": "att_a8d2b191fa0e960d8e49a4bfd320e07b",
"reference_id": "ctp_8e5541c8a9e50c3af3b0daacf9175130",
"label": "formation",
"url": "http://bucket.s3-website-us-east-1.amazonaws.com",
"created_at": "2024-04-04T11:06:00Z"
}
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Example:
"{{api_key}}"
Path Parameters
Response
200
application/json
Retrieve an Attachment
The response is of type object
.
curl --request GET \
--url https://api.sandbox.solidfi.com/v2/attachment/{attachment_id} \
--header 'api-key: <api-key>'
{
"id": "att_a8d2b191fa0e960d8e49a4bfd320e07b",
"reference_id": "ctp_8e5541c8a9e50c3af3b0daacf9175130",
"label": "formation",
"url": "http://bucket.s3-website-us-east-1.amazonaws.com",
"created_at": "2024-04-04T11:06:00Z"
}