Skip to main content
PATCH
https://api.rankspot.ai
/
v1
/
backlinks
/
{id}
/
update
Update backlink status
curl --request PATCH \
  --url https://api.rankspot.ai/v1/backlinks/{id}/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
status
enum<string>
required
Available options:
new,
processed

Response