Skip to content

docs: add Postman API collection for core endpoints#207

Merged
Abdulazeem-code merged 1 commit into
Abdulazeem-code:mainfrom
aadviksinghdebug:docs/api-collection
Jun 30, 2026
Merged

docs: add Postman API collection for core endpoints#207
Abdulazeem-code merged 1 commit into
Abdulazeem-code:mainfrom
aadviksinghdebug:docs/api-collection

Conversation

@aadviksinghdebug

Copy link
Copy Markdown
Contributor

Provides a standardized exportable API endpoint blueprint collection (Postman) that details the structural payload criteria, expected query parameters, and target paths for the primary endpoints (/lookup, /register, and /health).

Key Additions:

/health: Configured simple GET health check mapping.
/register: Detailed the JSON payload map ensuring developers know exactly what types are expected (username, address, memo_type, memo, signature).
/lookup: Supplied query parameters documentation for both single exact address lookup and paginated search lookups.
Saved the collection schema to docs/api-collections/Stellar-Tags-API.postman_collection.json.
Developers can now directly import this file into Postman or Bruno to instantly interact with the API without needing to parse the server routing source code.

Closes Issue: Closes #29

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

@aadviksinghdebug is attempting to deploy a commit to the Abdulazeem's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 30, 2026

Copy link
Copy Markdown

@aadviksinghdebug Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Abdulazeem-code Abdulazeem-code merged commit 48270ac into Abdulazeem-code:main Jun 30, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a Exportable API Endpoint Blueprint Collection

2 participants