Authentication
Every API call will contain a Bearer token header. After you've entered the bearer token in LeadExporter.io, your endpoints should only process requests that contain that token.
Authorization example
GET
https://api.yourdomain.com/v1/authorization-example
This is just an example of a request, the header shown below should be included in every API call.
Headers
Name
Type
Description
Token
string
Bearer token
Last updated