Skip to main content
GET
Get supplier by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Supplier

id
string
required
name
string
required
states_served
string[]
required

USPS two-letter codes for the U.S. states this supplier serves, sorted alphabetically. Empty when no service areas are configured. Present on suppliers embedded in a contract as well as on the suppliers endpoint.

Required string length: 2
Example:
updated_at
string<date-time>
required
certifications
string[]
required

Capped preview of the supplier's certifications (abbreviation or name), SBE + technical. Full set on the supplier detail endpoint.

location
string | null
Example:

"Austin, TX"

logo
string<uri> | null
email
string<email> | null
website
string<uri> | null