GET
/
account
curl --request GET \
  --url https://api.joinslash.com/account \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "status": "open",
      "accountNumber": "<string>",
      "routingNumber": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "type": "debit",
      "balances": [
        "debit"
      ]
    }
  ],
  "metadata": {
    "nextCursor": "<string>",
    "count": 123
  }
}

Authorizations

X-API-Key
string
headerrequired

Authentication from public API requests

Query Parameters

filter:legalEntityId
string

Pass in a legal entity ID to filter for accounts under a specific legal entity.

Response

200 - application/json
items
object[]
required
metadata
object
required

Response sent when requesting a list of data