v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-23105087.3 KB
provider_suggestions

Returns a list of providers suggestions matching the query term.

get/provider_suggestions

Query parameters

querystring required

The provider's marketing name or code

Response

A list of provider suggestions matching the query term

Example response

{
  "data": [
    {
      "id": "15947",
      "type": "provider_suggestions",
      "attributes": {
        "name": "Oxford Brookes University",
        "code": "O66"
      }
    }
  ],
  "jsonapi": {
    "version": "1.0"
  }
}