🚀 Version 3.5 is now live! See our release notes for details.
curl --request GET \
--url https://api.example.com/api/v4/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"name": "<string>",
"createTime": "2024-01-01T01:00:00Z",
"author": {
"userId": "<string>",
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"createTime": "2024-01-01T01:00:00Z",
"email": "[email protected]",
"status": "active",
"resourceType": "Org"
},
"parent": "<string>",
"description": "<string>"
}
]
}curl --request GET \
--url https://api.example.com/api/v4/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"name": "<string>",
"createTime": "2024-01-01T01:00:00Z",
"author": {
"userId": "<string>",
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"createTime": "2024-01-01T01:00:00Z",
"email": "[email protected]",
"status": "active",
"resourceType": "Org"
},
"parent": "<string>",
"description": "<string>"
}
]
}Was this page helpful?