Sandbox
Altum AI has a sandbox endpoint to have a credit-friendly environment to test API integrations.
To use the API's in Sandbox mode, simply add /sandbox/ to the endpoint URL path and perform a POST or GET request depending on the documentation of the specific API. Use API key m2ipzWVV3e9yPU9TduqpY4oZTbcEHCGj31GLVLYB to perform requests to the Sandbox API.
Example sandbox API call to the AVM API
Perform a post request to the AVM API sandbox
POST
https://api.altum.ai/sandbox/avm
Query Parameters
Name | Type | Description |
---|---|---|
housenumber | string | 1 |
postcode | string | 1234AB |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/json |
x-api-key | string | m2ipzWVV3e9yPU9TduqpY4oZTbcEHCGj31GLVLYB |
API's supported with the Sandbox API
Last updated