Headers : API request must send 2 key headers
'lex-api-key': 'your-lex-api-key',
'lex-api-email': 'your-lex-api-email'
GET https://api.lexamples.com/api/v1/exhibits/meta
Params Possible values
exhibit-type [INTEGER] - 139
company-cik [STRING] - 0001706509
compensation [BOOLEAN] - true
filing-date-from [DATE] - 2023-04-11
filing-date-to [DATE] - 2023-04-11
reporting-date-from [DATE] - 2023-04-11
reporting-date-to [DATE] - 2023-04-11
law-firms [STRING] - 1,3
exhibit-category [INTEGER] - 9
form-type [INTEGER] - 1
stock-exchange [INTEGER] - 6
state [CODE] - AL
sic-sector [INTEGER] - 1514
market-cap [INTEGER] - 1
limit [NUMBER] - 10
cursor [STRING] - eyJleGhpYml0cy...
API Request
var axios = require('axios');

var data = '';
var config = {
    method: 'get',
    url: 'https://api.lexamples.local/api/v1/exhibits/meta?exhibit-type=139&company-cik=0001706509&compensation=false&filing-date-from=2023-04-11&filing-date-to=2023-04-17&reporting-date-from=2022-12-31&reporting-date-to=2022-12-31&law-firms=3&exhibit-category=9&form-type=1&stock-exchange=6&state=AL&sic-sector=1514&market-cap=1&limit=2&cursor=11',     headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    },
    data : data
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/cik
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/cik',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
}; axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/law-firms
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/law-firms',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/sec-form-types
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/sec-form-types',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/cik-market-caps
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/cik-market-caps',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/filing-types
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/filing-types',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/exhibit-types
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/exhibit-types',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/exhibit-categories
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/exhibit-categories',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/states
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/states',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/cik-exchanges
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/cik-exchanges',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
}; axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/sic-sector
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/sic-sector',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response

GET https://api.lexamples.com/api/v1/api-list/sic-codes
API Request
var axios = require('axios');

var config = {
    method: 'get',
    url: 'https://api.lexamples.com/api/v1/api-list/sic-codes',
    headers: {
        'lex-api-key': 'your-lex-api-key',
        'lex-api-email': 'your-lex-api-email',
        'Content-Type': 'text/plain'
    }
};
axios(config)
.then(function (response) {
    console.log(JSON.stringify(response.data));
})
.catch(function (error) {
    console.log(error);
});
API Response