Skip to main content
PATCH
/
client_reference
/
{client_reference_id}
/
portal
/
customer
/
access
Manage Customer Portal Link
curl --request PATCH \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/portal/customer/access \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "access_pin": "4321",
  "link_status": "locked"
}
'
{
  "client_reference_id": 9337,
  "client_reference": "Reference 321",
  "link": "https://inventory.valuechecker.ai/549b2a",
  "access_pin": "4321",
  "link_status": "locked"
}

Authorizations

Authorization
string
header
required

Note! Prefix your with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Query Parameters

client_id
integer

The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.

session-id
string

Optional session identifier of the user.

Body

application/json
access_pin
string

Must contain 4 numbers.

Available options:
active,
submitted,
locked

Response

OK

client_category_id
integer
client_reference
string
access_pin
string
Available options:
active,
submitted,
locked