Access the Linear API in 2 minutes đ¨
Create an integration
Authorize Linear
Call the Linear API
curl "https://api.nango.dev/proxy/graphql" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>" \
-H "Content-Type: application/json" \
-d '{
"query": "query { issues(first: 10) { nodes { id title identifier } } }"
}'
Was this page helpful?