Layer catalogue
GET
/v1/layers
const url = 'https://api.vertexmaps.com/v1/layers';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
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/layers \ --header 'Authorization: Bearer <token>'Every (model, var) tile layer with its run, published valid hours, zoom ceiling, encode range and colour stops. Free.
Authorizations
Section titled “Authorizations”Responses
Section titled “ Responses ”Catalogue
Media typeapplication/json