{"endpoint":"/graphql","subscriptionEndpoint":"/graphql","version":"1.7.42","tabs":[{"endpoint":"graphql","query":"# ------------------------------------------------------------------------------------------------\n#\n# Welcome to the Ready API!\n#\n# ------------------------------------------------------------------------------------------------\n#\n# Getting Started:\n# 1. Authenticate to our API by entering your login details in the 'QUERY VARIABLES' below\n# 2. Copy the \"token\" field you recieve in the response on the right\n# 3. Pass this token in future requests in the 'HTTP HEADERS' Section below\n#\n# API Documentation:\n# 1. Click on the 'DOCS' Tab on the right side of the screen\n# 2. Search the docs using the searchbar, and click on Queries / Mutations that you want to run\n# 3. Use these fields to specify exactly which field you'd like to request and recieve\n#\n# ------------------------------------------------------------------------------------------------\n#\n\nmutation userAuth($login: LoginInput!) {\n userAuth(login: $login) {\n user {\n id\n firstName\n lastName\n company\n email\n }\n token\n success\n message\n }\n}","name":"Getting Started","variables":"{\n \"login\":{\n \"email\":\"<email>\",\n \"password\":\"<password>\",\n \"mfaCode\":\"<mfaCode>\"\n }\n}","responses":["{\n \"data\": {\n \"userAuth\": {\n \"user\": {},\n \"token\": \"<token>\",\n \"success\": true\n }\n }\n}"],"headers":{"Authorization":"<token>"}},{"endpoint":"graphql","query":" query myOrganizations {\n myOrganizations {\n id\n name\n description\n logo\n createdAt\n phoneNumber\n totalSubscribers\n taxMethod\n taxRate\n taxType\n childOrganizations {\n id\n name\n createdAt\n businessAddress {\n city\n }\n totalSubscribers\n }\n parentOrganization {\n id\n name\n createdAt\n }\n tags {\n id\n name\n description\n color\n }\n businessAddress {\n address1\n address2\n city\n state\n }\n paymentsConfig {\n dwollaCustomerUrl\n stripeUserId\n terminalId\n defaultPaymentMethod\n }\n }\n }","name":"Sample Query","variables":"","responses":["{\n \"data\": {\n \"userAuth\": {\n \"user\": {},\n \"token\": \"<token>\",\n \"success\": true\n }\n }\n}"],"headers":{"Authorization":"<token>"}},{"endpoint":"graphql","query":" mutation createInvoice($userId: ID!, $addons: [CreateAddonInput]) {\n createInvoice(userId: $userId, addons: $addons, test:false) {\n id\n }\n }","name":"Sample Mutation","variables":"{\n \"userId\": <USER_ID>\n}","responses":[""],"headers":{"Authorization":"<token>"}}],"canSaveConfig":false}