Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
Any account member can generate a personal token
Token inherits your user permissions (admin token recommended for full access)
curl -X POST "https://api.monday.com/v2" \ -H "Authorization: YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"query": "{ me { id name email } }"}'
Success! If you received a 200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.
Rate Limits: enforces rate limits of .Parable handles rate limiting automatically with exponential backoff, but initial syncs of large datasets may take longer due to these limits.