URLs and Endpoints
URLs and Endpoints
We have 2 environments, UAT (sandbox) and Production.
Host
UAT: preprod-web.gonuclei.com
Production: prod-web.gonuclei.com
Context Path
(common for all APIs):
Path: /api/headless-proxy-service/recharge/
Endpoints
API | Path |
---|---|
Fetch Operators | /fetch-operators |
Browse Plan | /browse-plan |
Operator Validation | /operator-validation |
Fulfillment | /fulfilment |
Fulfillment Status | /fulfilment-status |
Sample
curl --location --request POST 'https://preprod-web.gonuclei.com/api/headless-proxy-service/recharge/fulfilment-status' \
--header 'api-key: c1d580f6-a1f6-11ed-a8fc-0242ac120002' \
--header 'Content-Type: application/json' \
--data-raw '{
"encryptedKey": "GfbM9s+Gnrz1NpG0MLiGo9kb0fDqnharjaBiOrIqZVFxePsCSxauloLAeG9CMacdNvxe9fQeS5J3koDDIdrqnDsDF1mq0HsEe0cy7Cp/5JJV71sz/pyQatXanC2SPlbTf71AizUtAnV5gohh0kNy3WZSDY+4Gm0gWnKw/xmgCU0=",
"encryptedData": "NSjlknXIdNHyxr6JdnbdGxKQXBamT7T34o0bTlQfJ+4Spe6YM3P1BhNIIUTmgbu1"
}'