cURL
curl --request GET \ --url https://api.useswift.dev/routing_numbers/{routing_number}/info \ --header 'Authorization: Bearer <token>'
{ "financial_institution": "Bank of America", "is_rtp_enabled": true, "is_rtp_rfp_enabled": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The nine-digit ABA routing number to lookup.
Routing Number Info
Information and capabilities for a given routing number