v1

latestOpenAPI 3.1.02026-07-247620.1 KB

Fetch Links

This API route allows a developer application to fetch a user's ShopMy links. This route requires the user to permission your app for the read_links OR write_links scope.

get/Links

Query parameters

limitinteger

Number of links to return, defaults to 20.

pageinteger

Zero-indexed page to return for pagination, defaults to first page (0).

Response

200

successboolean required

Example response

{
  "success": true,
  "links": [
    {
      "title": "Black Midi Dress",
      "description": "A favorite dress for summer events.",
      "link": "https://shopmy.us/p-12345"
    }
  ]
}