Setup
The primary way to interact with tuuthfairy is through GraphQL.
Authorization
If you haven't already request access for an access token.
Authorization Header
Authorization: tuuthfairy {access_token}
curl -g \
-X POST \
-H "Content-Type: application/json" \
-H 'Authorization: tuuthfairy {access_token}' \
-d '{"query":"query { payers { id, name } }"}' \
https://api.eb-stage.tuuthfairy.com/v1
Languages, Clients, and Tooling
If you're not familiar with GraphQL, take a moment to look at their documentation. It has wide language support: JavaScript, Go, PHP, Java, C#/.NET, langauge specific clients, tooling, and more.
Sandbox
Once you have your API Keys, the best way to explore the tuuthfairy API is through Apollo Studio Explorer documentation and videos.
If you're having authentication issues in the sandbox, take a look at authenticating and connecting.
If you're all set, start exploring!