#
URLhttps://api.decoo.io/pinning/pinList
#
DescriptionRetrieve list of pinned content by the requested user.
#
TypeGET
#
Headers#
RequestYou can add parameters to the request URL to customize your query.
Available query parameters:
- sort: Sort results by date.
- ASC: Sort by ascending dates.
- DESC: Sort by descending dates. This is the default value.
- start-date (must be in ISO_8601 format): Exclude pin records that were pinned before the passed datetime.
- end-date (must be in ISO_8601 format): Exclude pin records that were pinned after the passed datetime.
- offset: Record offset for the records to return. Default to 0.
- limit: Limit amount of records to return. Default to 5, and max is 1000.