cURL
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 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Comma-delimited list of strings representing an array. Example: 1,2,3 equivalent to [1,2,3]
Success
The response is of type object.
object