# Get term Retrieves a single term. Endpoint: GET /v1/attributes/{attributeUuid}/terms/{termUuid} Version: 1.0.0 Security: Bearer ## Path parameters: - `attributeUuid` (string, required) Unique identifier of the attribute. - `termUuid` (string, required) Unique identifier of the term. ## Response 200 fields (application/json): - `uuid` (string, required) Unique identifier for this term. - `attributeUuid` (string, required) Identifier of the attribute this term belongs to. - `createdAt` (string, required) Timestamp when this term was created. Example: "2025-11-23T14:15:22.123456Z" - `updatedAt` (string, required) Timestamp when this term was last modified. Example: "2025-11-23T14:15:22.123456Z" - `name` (string, required) Term value that can be assigned to products. ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 500 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null)