Configurations API
Manage API credentials for external services (OpenAI, Google Ads, WordPress, Astro Bridge).
Prefix: /api/configurations
Endpoints
API Credentials
| Method | Path | Description | Role |
|---|---|---|---|
GET | / | List all API credentials for the current environment | Admin |
GET | /{id} | Get credential details (keys are masked) | Admin |
POST | / | Create a new API credential | Admin |
PUT | /{id} | Update an existing credential | Admin |
DELETE | /{id} | Delete a credential | Admin |
Validation
| Method | Path | Description | Role |
|---|---|---|---|
POST | /validate | Test an API key against its provider | Admin |
GET | /providers | List available credential providers and their status | Admin |