Connect to account-level APIs using your account API token. This is found on the settings page on your white label admin dashboard.
The token expires after 1 hour.
curl -X "POST" "https://getchipbot.com/api/v1/connect" \
-H 'X-Api-Key: {apiToken}'