logo

๐Ÿ“ Step 1: Sign Up & Log In

  1. Create your user account at dashboard.basta.app
  1. Youโ€™ll receive your Account ID once your business account is activated
  1. 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.