Collect Details

The Collect Details API allows you to retrieve detailed information about a specific collect entry by its unique ID. This endpoint is useful for fetching data about the relationship between a product and its associated collection, including metadata like position, timestamps, and IDs.

Response Explanation

Collect Response Fields

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
422Invalid or empty collect_idmissing required collect_id or collect_id with incorrect UUID types{ "errors": [ "collect_id has an invalid UUID"]}
Collect not foundThe Collect ID provided in the request does not exist.{ "errors": ["Record not found"] }
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!