Obtaining the Token
- Sign in to MantrixFlow (or your app that uses Supabase Auth).
- From the client session, obtain the access token. With Supabase JS:
session.access_token. - Use this token in the Authorization header.
How to obtain and use the Bearer token for API requests.
session.access_token.Authorization: Bearer <access_token>
curl -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
https://api.mantrixflow.com/organizations/ORG_ID/pipelines