This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
description: Adaptation of beckn protocol for the Energy retail use case. Compatible with protocol specification version 1.1. | |
title: Beckn Energy retail API Specification | |
version: 0.1.0 | |
security: | |
- SubscriberAuth: [] | |
servers: | |
- url: 'https://ps-bap-client.becknprotocol.io' | |
description: BOC Network |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: Beckn for Local Retail | |
description: Adaptation of beckn protocol for the local retail domain | |
version: 1.1.0 | |
security: | |
- SubscriberAuth: [] | |
paths: | |
/search: | |
post: |