Get Supplier Category
Returns a single supplier category by ID.
Requires scope: suppliers:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Supplier category ID.
Response
This endpoint returns an object.
id
Unique identifier for the supplier category.
name
Display name of the supplier category.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Rate Limit Error