PUT
/
links
/
{id}
/
status
curl --request PUT \
  --url https://api.reqlick.com/links/{id}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "error": false
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the link to update

Query Parameters

workspace
string
required

Workspace URL

Response

200
application/json
Link status updated successfully
status
boolean
Example:

true

error
boolean
Example:

false