API7 Enterprise Developer Portal APIs
API7 Enterprise Developer Portal APIs 3.10.x. 29 operations.
- List Developers —
GET /api/developers - Create a developer —
POST /api/developers - Delete a developer —
DELETE /api/developers/{developer_id} - List all API products —
GET /api/api_products - Get an API Product for Developer Portal —
GET /api/api_products/{api_product_id} - Create a subscription for an API Product. —
POST /api/api_products/{api_product_id}/subscriptions - List subscriptions. —
GET /api/subscriptions - Create a subscription for an API Product —
POST /api/subscriptions - Unsubscribe an API product for the given application —
DELETE /api/subscriptions/{subscription_id} - Create an application by the logged in developer. —
POST /api/applications - List all applications for the logged in developer. —
GET /api/applications - Get an application for the logged in developer. —
GET /api/applications/{application_id} - Update an application basic information by the logged in developer. —
PUT /api/applications/{application_id} - Delete an application by the logged in developer. —
DELETE /api/applications/{application_id} - Create an application credential —
POST /api/applications/{application_id}/credentials - List all credentials for the logged in developer —
GET /api/applications/{application_id}/credentials - Get an application credential for Developer Portal —
GET /api/applications/{application_id}/credentials/{credential_id} - Update an application credential for Developer Portal —
PUT /api/applications/{application_id}/credentials/{credential_id} - Delete an application credential for Developer Portal —
DELETE /api/applications/{application_id}/credentials/{credential_id} - Regenerate an application credential auth conf —
PUT /api/applications/{application_id}/credentials/{credential_id}/regenerate - Get API Calls —
GET /api/applications/api_calls - List all Credentials —
GET /api/credentials - Get all labels of a resource type —
GET /api/labels/{resource_type} - Get SMTP server settings status —
GET /api/system_settings/smtp_server_status - Get public access settings —
GET /api/system_settings/public_access - List all DCR providers —
GET /api/dcr_providers - List approvals —
GET /api/approvals - Accept an approval request —
POST /api/approvals/{approval_id}/accept - Reject an approval request —
POST /api/approvals/{approval_id}/reject