Machine-readable price list (no key needed)
GET
/v1/pricing.json
const url = 'https://api.vertexmaps.com/v1/pricing.json';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.vertexmaps.com/v1/pricing.jsonResponses
Section titled “ Responses ”Pricing