Application APIs
Application APIs are designed to manage OAuth applications on Deriv. They provide functionalities for registering, updating, and deleting OAuth applications, as well as retrieving detailed information and usage statistics.
These APIs are crucial for managing access and permissions for third-party applications, ensuring secure and controlled integration with external services on the Deriv trading platforms.
# | API Name | Description | Send | Subscribe | Scope |
---|---|---|---|---|---|
1 | Application: Delete | Sends a request to delete an application. | ✔ | ✘ | Admin |
2 | Application: Get Details | Retrieves the information of the OAuth application specified by app_id . | ✔ | ✘ | Read |
3 | Application: List | List all of the account's OAuth applications. | ✔ | ✘ | Read |
4 | Application: Markup Details | Retrieves details of app_markup according to specified criteria. | ✔ | ✘ | Read |
5 | Application: Markup Statistics | Retrieves statistics of app_markup . | ✔ | ✘ | Read |
6 | Application: Register | Registers a new OAuth application. | ✔ | ✘ | Admin |
7 | Application: Update | Updates an existing OAuth application. | ✔ | ✘ | Admin |
8 | Revoke OAuth Application | Revokes access for a particular application. | ✔ | ✘ | Admin |
Updated 10 days ago