Downloads
Boostigo Likee Integration — Package 1.0.0 · Generated 2026-09-07 13:43 UTC · 42 KB
The package is generated automatically from the same source as this website whenever the documentation changes, so it is never out of date.
Complete Integration ZIPDocs (Markdown), OpenAPI, Postman, cURL / PHP / Node.js examples, README
Postman CollectionIdentify · Recharge · Get Order, with variables
Postman Environmentbase_url, api_key placeholders
OpenAPI 3.0 SpecificationImport into Swagger UI, Postman, Insomnia, code generators
PHP webhook exampleSignature verification + handling
Node.js webhook exampleExpress raw-body verification
#ZIP contents
boostigo-likee-api-integration/
├── README.md
├── VERSION.txt
├── docs/ 01-introduction.md … changelog.md (same content as this site)
├── openapi/boostigo-likee-openapi.yaml
├── postman/Boostigo-Likee.postman_collection.json
├── postman/Boostigo.postman_environment.json
├── examples/curl/ identify.sh · recharge.sh · order-status.sh
├── examples/php/ identify.php · recharge.php · order-status.php · webhook.php · webhook-signature.php
├── examples/nodejs/ identify.js · recharge.js · order-status.js · webhook.js · webhook-signature.js
└── LICENSE-or-INTEGRATION-NOTICE.txt
#Using the Postman collection
- Import both files.
- Select the Boostigo environment and set
api_keyto your key (never commit it). - Run Likee → Identify User; the test script copies
likee_uidinto the environment. - Run Likee → Recharge, then Orders → Get Order (
order_idis copied automatically).
Public downloads never contain a real API key — placeholders are YOUR_API_KEY.