API7 网关开发者门户 API 参考,覆盖开发者、应用、订阅和 API 产品等端点。
GET List all applications for the logged in developer. /api/applicationsPOST Create an application by the logged in developer. /api/applicationsGET Get an application for the logged in developer. /api/applications/{application_id}PUT Update an application basic information by the logged in developer. /api/applications/{application_id}DELETE Delete an application by the logged in developer. /api/applications/{application_id}GET List all credentials for the logged in developer /api/applications/{application_id}/credentialsPOST Create an application credential /api/applications/{application_id}/credentialsGET Get an application credential for Developer Portal /api/applications/{application_id}/credentials/{credential_id}PUT Update an application credential for Developer Portal /api/applications/{application_id}/credentials/{credential_id}DELETE Delete an application credential for Developer Portal /api/applications/{application_id}/credentials/{credential_id}PUT Regenerate an application credential auth conf /api/applications/{application_id}/credentials/{credential_id}/regenerateGET List all Credentials /api/credentialsGET Get API Calls /api/applications/api_callsRetrieve a list of API calls made by the user.
GET List approvals /api/approvalsList pending and processed approval workflow items for the current portal, such as API product subscriptions and developer registrations. Results are scoped to the portal of the request token.
POST Accept an approval request /api/approvals/{approval_id}/acceptApprove a specific workflow request and apply the corresponding portal-side change, such as granting an API product subscription or accepting a developer sign-up.
POST Reject an approval request /api/approvals/{approval_id}/rejectReject a specific workflow approval request so the requested action is not applied.