PUT
/
verifications
/
{verification-id}
/
labels
curl --request PUT \
  --url https://api.gotrebol.com/verifications/{verification-id}/labels \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '"{\n  \"label_ids\": [3]\n}\n"'
{
  "message": "Labels updated successfully"
}

Authorizations

x-api-key
string
header
required

Path Parameters

verification-id
string
required

El ID de la verificación.

Body

application/json

Response

200 - application/json

Labels actualizados exitosamente.

The response is of type object.