📄️ Add Application
Applications are units through which service subscribers manage and organize API subscriptions. Each subscriber can create and manage multiple applications, and perform operations on API services on an application basis. This setup allows for flexible management of API subscriptions and calls across different projects or business lines.
📄️ Configure Access Authorization
Subscribers subscribe to services on an application-by-application basis. Each application has its own access authorization management. Once the subscription request is approved, users can use the application's access authorization information (such as API keys or tokens) to call the subscribed service. This ensures that the application adheres to security policies when calling APIs and prevents unauthorized access, safeguarding the security and stability of the service.
📄️ Subscription Application
Service subscription aims to provide users with convenient API access. Through service subscriptions, users can select and subscribe to the services they need, achieving efficient resource utilization and management.
📄️ API Invocation
Once approval is granted, subscribers can use the approved application information to call the APIs of the subscribed services and obtain the actual invocation results. This means that once a subscription request is approved, users can safely access and use the service through the application's access authorization, perform related operations, and receive corresponding data or feedback.