Skip to main content

Institutions APIs

Get by routing number

Get an institution resource by routing number.

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

Response

Response is a JSON:API document.

200 OK

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