---
title: "Returns a list of providers suggestions matching the query term."
method: GET
path: "/provider_suggestions"
tags: ["provider_suggestions"]
---

# Returns a list of providers suggestions matching the query term.

`GET /provider_suggestions`

## Query parameters

- `query` string, required

## Response `200`

A list of provider suggestions matching the query term

- ProviderSuggestionListResponse — This schema is used to return a collection of provider suggestions.
  - `data` ProviderSuggestion[], required
    - `id` string
    - `type` string
    - `attributes` ProviderSuggestionAttributes — This schema is used to describe a provider's lookup information.
      - `name` string
      - `code` string
  - `jsonapi` JSONAPI — This returns the version of JSON API in use.
    - `version` string, required

## Other responses

- `400` — A bad request

---

[API](https://skmtc.net/department-for-education/apis/teacher-training-courses-api.md) · [All operations](https://skmtc.net/department-for-education/apis/teacher-training-courses-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/teacher-training-courses-api/versions/01c12d635fbe/schema)
