GET /api/v4/institutions
List of logos

Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "institutions": [
    {
      "id": 1,
      "institution_name": "logo",
      "logo_for_display": "5ahtzgfeoe6gvxfl00q174bx1w9y",
      "is_college": false
    },
    ...
  ],
  "meta": {
    "total_count": 47
  }
}

Params

Param name Description
query
optional

Search by name

Validations:

  • Must be a String

page
optional

Validations:

  • Must be a Integer