๐ Step 1: Sign Up & Log In
- Create your user account at dashboard.basta.app
- Youโll receive your Account ID once your business account is activated
- Log into the dashboard to create an API key
๐ฌ If you havenโt received your Account ID yet, contact us at hi@basta.app
๐ Step 2: Generate an API Key
Once logged in, navigate to your dashboardโs Settings section to generate an api key.
Youโll use this key to authenticate your GraphQL requests.
๐งพ Step 3: Set Request Headers
All requests to the Management API must include these headers:
json{ "x-account-id": "YOUR_ACCOUNT_ID", "x-api-key": "YOUR_API_KEY" }
โ These headers are required for both authenticated queries and mutations.