publicEnvironment setup
Confirm where your API is running. By default the portal is served from
http://localhost:3000 when launched locally.
loginAuthenticate
Use a valid email/password pair (for example the seeded
admin@brillar.io account) to call POST /login.
Awaiting login request…
keyBearer token
The sandbox stores the most recent token from the login response. You can also paste a token manually to test other accounts.
manage_accountsCall protected routes
Send requests with the token injected into an Authorization: Bearer <token> header. Pick any of the available endpoints below or create a custom request.
Awaiting request…
codeShareable curl command
Hand this to anyone integrating with the widget. It includes the current token so the command mirrors the request above.
Authenticate to generate a curl command.