Brillar API Testing Sandbox

Validate authentication and protected endpoints without leaving your browser. Use this page to mint a token, call /api/me, and share ready-to-run curl commands with embedded teams.

publicEnvironment setup

Confirm where your API is running. By default the portal is served from http://localhost:3000 when launched locally.

link

loginAuthenticate

Use a valid email/password pair (for example the seeded admin@brillar.io account) to call POST /login.

mail
lock
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.

swap_vert
share
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.