logo
Once you have signed up for our platform here and received an AccountID from Basta, you will be able to log into the admin app and create an API Key to start integrating with our GraphQL APIs.
ManagementAPIClientAPI
Once an API Key has been created you can set the following headers which should be present for all requests made to the Management API.
javascript
{ "x-account-id": "ACCOUNT_ID" "x-api-key": "API_KEY" }

GraphQL explorers

The GraphQL APIs can be explored in the browser by:
  • An active session cookie which can be obtained by logging into the admin app.
  • By Setting the AccountID and ApiKey headers as shown above in the headers section of the GraphQL explorer.

Powered by Notaku