Search financial institutions by name prefix

Returns up to five institutions whose names start with the query string (minimum three characters).

Query Parameters
  • query
    Type: string
    min length:  
    3
    required

    Name prefix; at least three characters after trim.

Responses
  • application/json
  • application/json
Request Example for get/v1/public/institutions/search
curl 'https://api.infinitegiving.com/v1/public/institutions/search?query=Fidel'
{
  "data": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}