This API can be used to interface with the data stored in your Pawlytics account. Some of the most common reasons organizations use our API are:

It is discouraged to use the API in the client-side of your website or app. Please do not embed your username or password to Pawlytics in a publicly available web page.

For more questions, contact: [email protected]

The Pawlytics API is accessible via the endpoint https://api.pawlytics.com/api/graphql

Getting Started

It's highly recommended to explore the API using GraphiQL: https://www.electronjs.org/apps/graphiql (This app has been deprecated) https://hoppscotch.io/graphql can be used instead. This way you'll be able to see the documentation and use the assistance of the tool to craft the queries and mutations you plan on using. Click the "Edit HTTP Headers" button to set your token as shown below.

Untitled

You can also use the following:

If you are entirely unfamiliar with GraphQL we recommend learning more about it here https://graphql.com/learn/

Authentication