GraphQL API
Why GraphQL?
Do I need special software to make GraphQL calls?
How do I make GraphQL calls?
https://api.pitchly.com/graphql{
"Content-Type": "application/json",
"Authorization": `Bearer ${accessToken}`
}Example request
Resources
GraphQL Schema Documentation
GraphQL Explorer
Pitchly Field Types/Returns
Last updated
Was this helpful?