Plugin Settings
API Keys
Learn how to create and use API keys for secure access to your WordPress site
Managing Your API Keys
API keys are like special passwords that let your applications safely connect to your WordPress site. This page helps you create and manage these keys.
On this page you can:
- See all your API keys
- Create new keys
- Change key permissions
- Remove old keys you don’t need
- See when each key was last used
Creating a New API Key
To create a new API key:
- Click the Generate API Key button
- Fill in these details:
- Name (like “My Mobile App” or “Website Backend”)
- Description (what this key is for)
- Choose permissions:
- Read Only (can only view things)
- Read and Write (can view and change things)
- Full Access (can do everything)
Using Your API Keys
Use your API keys when connecting to your site:
Using Headers
Keeping Your Keys Safe
Think of API keys like house keys - you need to keep them safe!
Here’s how:
- Never share your API secrets with anyone
- Use HTTPS for all connections
- Create different keys for different projects
- Remove keys you’re not using anymore
- Don’t put API keys in public code
Need Help?
If you’re having trouble:
- Make sure you’re using the right key
- Check if the key has the right permissions
- Try creating a new key
- Contact our support team
Remember: Keep your API secrets private and secure - they’re the keys to your WordPress site!
Example: Testing Your API Key
Here’s a simple way to test if your API key works:
If it works, you’ll see your posts. If not, double-check your keys and permissions.