Endpoint & Authorization
The Lamba API exposes the powerful capabilities provided by the Lamba UI
Endpoint Information
The table below shows the endpoint information for interfacing with the Lamba API:
Role
Capabilities
Endpoint
https://api.lambahq.com
Current Version
/v1
Authorization Header Information
Each interaction with the Lamba API must be authenticated. Therefore, you have to provide an authorization
header when initiating any call to the Lamba API.
The authorization header is simply a base64 encoded value of your_public_key:your_secret_key
.
An example implementation in Javascript would be:
At the end of the day, your headers would look like:
API Documentation
We have documented the API, with many examples, on our Postman documentation page on the link below. Please check it out to get started with our APIs:
Last updated
Was this helpful?