Access the Attio API in 2 minutes 💨
Create an integration
Authorize Attio
Call the Attio API
curl -X POST "https://api.nango.dev/proxy/v2/objects/people/records/query" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"limit": 10}'