GET
/
links
/
{link_id}
/
status
curl --request GET \
  --url https://app.levanta.io/api/creator/v2/preview/links/{link_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "id": "<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.

Path Parameters

Maximum length: 100

Response

200
application/json

Success

The response is of type object.