Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qualio Suppliers API

The Suppliers API from Qualio — 4 operation(s) for suppliers.

Qualio Suppliers API is one of 11 APIs that Qualio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Suppliers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 10 operations across 4 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 0.1.

Requests are made against a single base URL, https://api.qualio.com.

10 operations 4 paths 10 schemas 4 GET4 OPTIONS1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1
Base URL
https://api.qualio.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Qualio Suppliers API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (api_key). By default, every request must be authenticated.

Paths & Operations 10

Across 4 paths, the API surfaces 10 operations — 4 GET, 4 OPTIONS, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Suppliers 10
GET
/v1/suppliers/suppliers
List suppliers
listSuppliers 1 param → 200403429
OPTIONS
/v1/suppliers/suppliers
Lists suppliers in your Qualio instance filtered by status. Supplier Quality Management (SQM) maintains your approved vendor list and supplier qualification records — the external vendors and contr…
listSuppliersOptions 1 param → 200
POST
/v1/suppliers/suppliers
Create a supplier
createSupplier body → 200403429
GET
/v1/suppliers/suppliers/{supplierId}
Retrieve a supplier
getSupplier 1 param → 200400403404429
OPTIONS
/v1/suppliers/suppliers/{supplierId}
Retrieves a single supplier by its id, including name, status, assigned risk level, intended use, sponsor, approval date, and contact information.
getSupplierOptions 1 param → 200
PUT
/v1/suppliers/suppliers/{supplierId}
Update a supplier
updateSupplier 1 param body → 200403404429
GET
/v1/suppliers/risks
List risk levels
listSupplierRisks → 200403429
OPTIONS
/v1/suppliers/risks
Lists the supplier risk levels configured for your company. Risk levels (e.g. High, Medium, Low) are company-defined ratings assigned to suppliers to reflect the risk they pose; each carries an id, t…
listSupplierRisksOptions → 200
GET
/v1/suppliers/suppliers/{supplierId}/audits
List supplier audits
listSupplierAudits 1 param → 200400403429
OPTIONS
/v1/suppliers/suppliers/{supplierId}/audits
Lists the audits recorded against a supplier, identified by the supplier's id. Supplier audits capture your assessments of a vendor: each returns its id, name, type, status, planned/actual dates, own…
listSupplierAuditsOptions 1 param → 200

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are supplier (13 properties), createSupplier (5 properties), genericBadRequestResponse (2 properties), genericBadRequest400PathResponse (2 properties). Each schema is shown below with its type and property counts.

supplier
object
A supplier
13 properties 9 required
createSupplier
object
A request to create a new supplier, or update an existing one
5 properties 1 required
supplierId
string
A unique identifier for a supplier
genericForbiddenResponse
object
1 property 1 required
genericBadRequest400PathResponse
object
2 properties 2 required
throttledResponse
object
1 property 1 required
risksResponse
object
An array of risks configured for your company
1 property 1 required
genericBadRequestResponse
object
2 properties 2 required
supplierResponse
object
An Array of suppliers
1 property 1 required
supplierAuditsResponse
object
An array of a supplier's audits
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qualio-suppliers-api-openapi.yml Raw ↑

Other APIs Qualio publishes across the network.

Qualio Audit Trail API
Qualio Change Management API
Qualio Compliance Intelligence API
Qualio Design Controls API
Qualio Documents API
Qualio Events API
Qualio Resource Library API
Qualio Tags API
Qualio Training API
Qualio User Management API