Institutions APIs
Get by routing number
Get an institution resource by routing number.
| Verb | GET |
| URL | https://api.s.unit.sh/institutions/{routingNumber} |
| Required Scope | institutions |
| Timeout (Seconds) | 5 |
Response
Response is a JSON:API document.
200 OK
| Name | Type | Description |
|---|---|---|
| data | Institution | Institution resource. |
curl -X GET 'https://api.s.unit.sh/institutions/053285241' \
-H "Authorization: Bearer ${TOKEN}"