Certificate Providers

Get Certificate Providers

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

get/v1/certificate/provider/

Query parameters

querystring nullable
skipinteger nullable
limitinteger nullable

Response

Successful Response

errorboolean

A boolean error indicator.

messagestring nullable

Optional message.

Example response

{
  "data": [
    {
      "name": "Salus Pro",
      "id": 1
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.