# API Reference For Testers

Endpoints for clients of testing labs: view labs, orders, and samples. The General reference has the guides covering authentication, request signing, and the response envelope.

Every page below is also available as Markdown by appending `.md` to its URL. The complete OpenAPI 3.1 spec for this section: https://api.confidentcannabis.com/v0/docs/clients/openapi.json

## Clients

Client organizations of a testing lab.

- [Get current client](https://api.confidentcannabis.com/v0/docs/clients/get-client.md): GET /v0/clients/client

## Labs

Testing lab information.

- [Get lab details](https://api.confidentcannabis.com/v0/docs/clients/get-lab-details.md): GET /v0/clients/lab/{lab_id}
- [List labs](https://api.confidentcannabis.com/v0/docs/clients/get-labs.md): GET /v0/clients/labs

## Orders

Create, inspect, and manage testing orders.

- [Get order details](https://api.confidentcannabis.com/v0/docs/clients/get-order-details.md): GET /v0/clients/order/{order_id}
- [List orders](https://api.confidentcannabis.com/v0/docs/clients/get-orders.md): GET /v0/clients/orders

## Samples

Samples under test and their results, files, and edits.

- [Get sample details](https://api.confidentcannabis.com/v0/docs/clients/get-sample-details.md): GET /v0/clients/sample/{sample_id}
- [List samples](https://api.confidentcannabis.com/v0/docs/clients/get-samples.md): GET /v0/clients/samples

---

HTML version: https://api.confidentcannabis.com/v0/docs/clients/  
OpenAPI spec for this section: https://api.confidentcannabis.com/v0/docs/clients/openapi.json  
Request Signing guide: https://api.confidentcannabis.com/v0/docs/request-signing.md
