Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 543 Bytes

sample-search.md

File metadata and controls

25 lines (21 loc) · 543 Bytes

here is a sample which can be used at beck gateway and can reach BPP

Taken from discord channel of Beckn

curl --location --request POST 'https://gateway.becknprotocol.io/bg/search' \
--header 'Content-Type: application/json' \
--data-raw '{
    "context": {
        "domain": "nic2004:85491",
        "country": "IND",
        "city": "std:080",
        "action": "search"
    },
    "message": {
        "intent": {
            "descriptor": {
                "name": "test raw query"
            }
        }
    }
}'