Skip to content

Get product by ID

GET
/products/{productId}

Returns a single product by its hashed ID, including full package and benefit details.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

productId*
Type
string
Required

Responses

Product details

application/json
JSON
{
  
"id": "string",
  
"name": "string",
  
"description": "string",
  
"insurer": "string",
  
"packages": [
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies