Authentication
Это содержимое пока не доступно на вашем языке.
Authentication
Section titled “Authentication”All Plugy API requests require authentication via API key.
Getting Your API Key
Section titled “Getting Your API Key”- Log in to my.plugy.me
- Go to Settings > API Keys
- Click Generate New Key
- Copy and store your key securely — it won’t be shown again
Using Your API Key
Section titled “Using Your API Key”Include your API key in the Authorization header:
Authorization: Bearer your-api-key-hereExample Request
Section titled “Example Request”curl -X GET https://api.plugy.me/v1/projects \ -H "Authorization: Bearer your-api-key-here" \ -H "Content-Type: application/json"Rate Limits
Section titled “Rate Limits”| Plan | Requests/minute |
|---|---|
| Free | 60 |
| Starter | 300 |
| Business | 1000 |
| Enterprise | Custom |
Base URL
Section titled “Base URL”All API endpoints are available at:
https://api.plugy.me/v1/