Authentication Method
Leadpush uses Bearer Token Authentication with API Keys. All API requests must include a valid API Key in the Authorization header.
Security Features
- Scoped Access: API Keys can be configured with specific permissions
- Rate Limiting: Each key has built-in rate limiting for security
- Audit Logging: All API key usage is tracked and logged
- Expiration: Keys can be set to expire automatically
Base URL
All API Requests should be made to:
GET https://api.leadpush.io/v1 HTTP/1.1