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.
Admin role in Linear workspace (for full data access)
API keys are tied to your user account and its permissions
curl -X POST "https://api.linear.app/graphql" \ -H "Authorization: Bearer YOUR_LINEAR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{"query": "{ viewer { id email name } }"}'
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.