GET
/
links
/
status
Get Product Links Status
curl --request GET \
  --url https://app.levanta.io/api/creator/v2/preview/links/status \
  --header 'Authorization: Bearer <token>'
{
  "links": [
    {
      "id": "<string>",
      "url": "<string>",
      "marketplace": "amazon.com",
      "active": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]

Response

200
application/json

Success

The response is of type object.