sproutgigs
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name SPROUTGIGS_API_SECRET or zero doctor check-connector --url https://sproutgigs.com/api/users/get-balances.php --method GET
Authentication
SproutGigs uses HTTP Basic Auth with the user ID as the username and API secret as the password.
curl -s "https://sproutgigs.com/api/users/get-balances.php" \
-u "$SPROUTGIGS_USER_ID:$SPROUTGIGS_API_SECRET"
Get or reset the API secret from SproutGigs Account Settings -> Settings.
Environment Variables
SPROUTGIGS_USER_ID- SproutGigs user IDSPROUTGIGS_API_SECRET- SproutGigs API secret