Requesting a Product
Get a product details
GET
https://api.disasteraware.com/products/{product-id}
Path Parameters
Name | Type | Description |
---|---|---|
product-id | string | id of a product. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorize to access the API. |
See Authorizing Requests page to get your accessToken.
Below is an example request with path parameters product-id=1153909
Last updated