cURL
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" }
Note! Prefix your with apiKey. Note the space after "apiKey ".
apiKey
The client reference identifier.
Must contain 4 numbers.
The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.
Optional session identifier of the user.
OK
active
submitted
locked