Get Vector Style
Get Vector Style
GET
/api/v1/styles/base.json?token=<token string>
Description
Returns the vector style JSON for use in Mapbox and other map renderers which support vector rendering.
This URL should be used as the base style.
For example, in Mapbox GL JS:
const map = new mapboxgl.Map({ ... style: "https://api.vectorcharts.com/api/v1/styles/base.json?token=<token string>" });
Example Request n/a Example Response n/a