API OVERVIEW

Pagination

Request IDs

Versioning

Rate Limits

CLINIC

Clinic

Retrieve a clinic

FULLSCRIPT CATALOG

Brands

Brands

The brand object contains details for all brands on the Fullscript platform. The API allows you to list all brands and find individual brands.

List all brands

This resource allows you to list all brands.

Arguments

available

string

Takes an argument of true to return brands that have available products.

clinic_permitted

string

Takes an argument of true to return brands the current clinic has access to.

GET /api/catalog/brands
curl "https://api-us-snd.fullscript.io/api/catalog/brands" \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'

Responses

Retrieve a brand

Retrieves details for an existing brand.

Arguments

id

string

Required

Unique ID for the Brand

GET /api/catalog/brands/{id}
curl "https://api-us-snd.fullscript.io/api/catalog/brands/{id}" \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'

Responses