Model runs, valid hours, layer encodings and colour stops
GET
/v1/meta.json
const url = 'https://api.vertexmaps.com/v1/meta.json';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/meta.json \ --header 'Authorization: Bearer <token>'The discovery document behind /v1/layers. Free.
Authorizations
Section titled “Authorizations”Responses
Section titled “ Responses ”Meta