Requesting Product Types
Returns the full set of product type reference values.
Authorizations
AuthorizationstringRequired
JWT access token obtained from POST /authorize. Tokens expire after
15 minutes.
Responses
200
Array of product types.
application/json
typestringOptionalExample:
Product type code.
FOLDER_PRODUCTdescriptionstringOptional
Human-readable description of the product type.
403
Forbidden -- invalid or expired token.
text/plain
get/products/types
GET /products/types HTTP/1.1
Host: api-v2.disasteraware.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"type": "FOLDER_PRODUCT",
"description": "text"
}
]Types
Definitions
Last updated
