---
title: "Get Certificate Providers"
method: GET
path: "/v1/certificate/provider/"
tags: ["Certificate Providers"]
---

# Get Certificate Providers

`GET /v1/certificate/provider/`

Get a list of certificate providers for a company with optional filtering and pagination.

## Query parameters

- `query` string, nullable
- `skip` integer, nullable
- `limit` integer, nullable

## Response `200`

Successful Response

- ApiGenericListResponseCertificateProviderModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` CertificateProviderModel[], nullable — The response data for any given request.
    - `name` string, required — The name certification provider
    - `id` integer, required — The certification provider identifier
    - `companyId` integer, required — The company identifier of the certification provider

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `404` — Providers Not Found
- `409` — Integrity Error or Data Conflict
- `422` — Validation Error

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
