API Key
We support API key-based authentication, recommended if you build applications to integrate with our platform.
Last updated
Was this helpful?
We support API key-based authentication, recommended if you build applications to integrate with our platform.
Do you need a key? Contact your sales rep or contact to request one to start developing.
Requests to our APIs must include an ApiKey header for authentication.
Include your API key in the request headers as shown in the example below.
curl --location 'https://api.autograb.com.au/v2/valuations/registrations/CCU542?region=au' \
--header 'Content-Type: application/json' \
--header 'ApiKey: YOURKEYHERE' \
--data '{
"state": "VIC",
"region": "au"
}'We also support OAuth, and you can read more about this authentication mechanism here.
Last updated
Was this helpful?
Was this helpful?