close
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name CLOSE_TOKEN or zero doctor check-connector --url https://api.close.com/api/v1/me/ --method GET
Core APIs
Get Current User
curl -s "https://api.close.com/api/v1/me/" --header "Authorization: Bearer $CLOSE_TOKEN" | jq '{id, email, first_name, last_name}'
Get Organization Info
curl -s "https://api.close.com/api/v1/organization/" --header "Authorization: Bearer $CLOSE_TOKEN" | jq '.data[0] | {id, name}'