Skip to content

Authentication

All Plugy API requests require authentication via API key.

  1. Log in to my.plugy.me
  2. Go to Settings > API Keys
  3. Click Generate New Key
  4. Copy and store your key securely — it won’t be shown again

Include your API key in the Authorization header:

Authorization: Bearer your-api-key-here
Terminal window
curl -X GET https://api.plugy.me/v1/projects \
-H "Authorization: Bearer your-api-key-here" \
-H "Content-Type: application/json"
PlanRequests/minute
Free60
Starter300
Business1000
EnterpriseCustom

All API endpoints are available at:

https://api.plugy.me/v1/