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

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

accountId
string
required

Response

200
application/json

OK

The response is of type object.