How to implement GraphQL Setup in cURL - Tutorial

API Reference for GraphQL Setup endpoints. Request/Response examples in JSON and cURL.

To begin integrating with the GraphQL Setup module, ensure you have the latest version of our SDK installed. The following example demonstrates a basic authenticated request using cURL.

cURL
curl -X GET https://api.example.com/v1/data \
  -H "Authorization: Bearer sk_live_x8292..." \
  -d limit=10

Related Resources

Explore detailed guides and reference implementations for connected services.

Input Arguments

Use these parameters to filter or sort the output data:

ON THIS PAGE
Overview Code Example Related Resources Parameters
API Version: 2024-01-08
Build: de066a4