API OVERVIEW

Pagination

Request IDs

Versioning

Rate Limits

CLINIC

Clinic

Retrieve a clinic

FULLSCRIPT CATALOG

Supplement Types

Supplement Types

Groups of products based on similar attributes (e.g. 'Multivitamins').

The supplement type object contains details for all supplement types listed on the Fullscript platform. The API allows you to list all supplement types and find individual supplement types.

List all supplement types

This resource allows you to list all supplement types.

Arguments

No arguments

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

Responses

Retrieve a supplement type

Retrieves details for an existing supplement type.

Arguments

id

string

Required

Unique ID for the supplement type

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

Responses