Introduction
LatePoint API Extension uses an API Keys based authentication system to ensure the security of your data. Each API request must include a valid key to be processed.API Key Generation
Create a New API Key
- Go to LatePoint > API Settings in your WordPress dashboard
- Click “Generate New API Key”
- Assign a descriptive name (e.g., “Mobile App”, “CRM System”)
- Copy and save the generated key securely
Using the API Key
Authentication Header
Include your API Key in theX-API-Key header of each request:
Authentication Errors
401 Unauthorized
Cause: Missing or invalid API Key- Verify that you include the
X-API-Keyheader - Confirm that the API Key is correct
- Make sure the key hasn’t expired
API Key Management
List Active Keys
In LatePoint > API Settings, you can see:- All generated API Keys
- Creation date and last use
- Status (active/inactive)
Remove an API Key
- Go to LatePoint > API Settings
- Find the key you want to remove
- Click “Remove”
- Confirm the action
Next Steps
API Reference
Explore all available endpoints
Error Handling
Learn to handle errors correctly
Rate Limiting
Optimize your request quota usage
Code Examples
See practical implementation examples
