Get an order tag
Returns a single order tag by ID. Clinics can only view tags from their partner labs.
Returns a single order tag by ID. Clinics can only view tags from their partner labs.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
Tag ID
Response Body
application/json
curl -X GET "https://example.com/order-tags/550e8400-e29b-41d4-a716-446655440000"{ "tag": null}Empty
Empty
Empty
Deactivate an order tag DELETE
Soft-deletes an order tag by setting it to inactive. The tag remains in the database for historical reference. Lab-only endpoint.
List order tags GET
Returns a paginated list of order tags for the organization. Labs see their own tags; clinics must provide a labId to see a partner lab's tags.