Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
productId
GET <BINARLY_API_URL>/api/v4/products/{productId}
Authorization
Bearer <access_token>
BINARLY_PRODUCT_ID="01JQPGDX8QW0YJ0XEKV1EVG534" curl -s \ -H "Authorization: Bearer ${TOKEN}" \ "${BINARLY_API_URL}/api/v4/products/${BINARLY_PRODUCT_ID}"
{ "id": "products/01JQPGDX8QW0YJ0XEKV1EVG534", "name": "My Firmware Product", "description": "Production firmware for device X", "createTime": "2024-01-20T10:00:00Z", "author": "user@example.com" }
id
name
description
createTime
author
Was this page helpful?
Contact support