Skip to main content

Institutions

Get the details (name, supported payment types) of a financial institution, by routing number.

Get by routing number

Get an institution resource by routing number.

info

The financial institution list gets updated periodically.

If you have attempted to use this API with a valid routing number and it didn't return the expected result, please contact Unit with the details and we will add it to the institution list.

VerbGET
Urlhttps://api.s.unit.sh/institutions/{routingNumber}
Required Scopeinstitutions
Timeout (Seconds)5

Response

Response is a JSON:API document.

200 OK

FieldTypeDescription
dataInstitutionInstitution resource.
curl -X GET 'https://api.s.unit.sh/institutions/053285241' \
-H "Authorization: Bearer ${TOKEN}"