# Keeta Basic API Reference This API provides basic functionality for Keeta platform integration, including webhook configuration, authorization management, and OAuth token operations. Version: v.1.0.0 ## Servers ``` https://open.mykeeta.com/api/open ``` ## Download OpenAPI description [Keeta Basic API Reference](https://api-docs.mykeeta.com/_spec/apis/@standard/basic.yaml) ## Other ### Webhook URL Configuration - [POST /base/callback/url/set](https://api-docs.mykeeta.com/apis/standard/basic/other/configurewebhookurl.md): This API enables developers to configure webhook URLs for receiving real-time notifications from the Keeta platform regarding orders, stores, menus, and other relevant business events. ### Get Merchant Authorization Information - [POST /base/authorized/resource/get](https://api-docs.mykeeta.com/apis/standard/basic/other/getauthorizedresources.md): This API retrieves merchant information and authorized store lists based on the authentication token provided in the request, enabling developers to validate access permissions and obtain essential business context. ### OAuth Token Operations - [POST /base/oauth/token](https://api-docs.mykeeta.com/apis/standard/basic/other/oauthtoken.md): This endpoint handles both access token acquisition and token refresh operations based on the grantType parameter. This endpoint enables developers to acquire access token from Keeta. This endpoint enables developers to refresh access token validity period from Keeta platform.