Quickstart
This first-release quickstart is intentionally compact. The goal is to get an integration team from credentials to a successful request and then into the full API Reference and Playground.1. Get platform credentials
Request a BLIPS platform token for the Public Test Environment. The current public contract uses Basic Auth in the form:2. Confirm the target server
The current public docs and Playground are bound to the confirmed Public Test Backend:3. Make a first authenticated request
Use the platform configuration route as the first connectivity check:4. Move into the API flow you need
After connectivity is confirmed, the usual first branches are:- token management
- customer onboarding
- external account binding
- same-currency transfers
- lookup, quote, and execute flows
- transaction review and lifecycle readback