POST
/
client_reference
/
{client_reference_id}
/
portal
/
customer
/
access
curl --request POST \
  --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": "1234"
}'
{
  "client_reference_id": 9337,
  "client_reference": "Reference 321",
  "link": "https://inventory.valuechecker.ai/549b2a",
  "access_pin": "1234",
  "link_status": "active"
}

Authorizations

Authorization
string
header
required

Note! Prefix your <api-key> with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Body

application/json

Response

200
application/json

OK

The response is of type object.