cURL
curl --request PUT \ --url https://api.reqlick.com/links/{id}/status \ --header 'Authorization: Bearer <token>'
{ "status": true, "error": false }
Update a link status for the authenticated workspace by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the link to update
Workspace URL
Link status updated successfully
true
false