Skip to main content

Retrieve a product

Retrieves a product object.

Parameters

No parameters.

Returns

Returns the product object for a valid identifier.

get
/api/products/{id}
curl https://{workspace}.documocu.com/api/products/{id} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"category": "cat_7vd1kynnir8fxdg6qgtgvuom",
"created_at": "2024-05-14T11:24:10+00:00",
"currency": "USD",
"deleted_at": null,
"description": "Quia rerum recusandae porro perspiciatis.",
"id": "prod_0xpd94emeujod9uu4lnob9r3",
"name": "Doloribus",
"price": 29,
"sku": "c327ab9d-4f3a-3b46-a962-161634682093",
"updated_at": "2024-05-14T11:24:10+00:00"
}