cURL
curl --request GET \ --url https://{defaultHost}/v5/me/products \ --header 'Authorization: Bearer <token>'
{ "pagination": { "current_page": 123, "total_pages": 123, "next_page": 123, "prev_page": 123, "total_count": 123 }, "data": [ { "id": "<string>", "created_at": 123, "name": "<string>", "title": "<string>", "company_id": "<string>", "description": "<string>", "page_id": "<string>", "visibility": "visible" } ] }
Returns a collection of products
User OAuth token for /v5/me endpoints
An ID of a company to filter by, which will look like biz_*************
products retrieved
The response is of type object.
object
Was this page helpful?