SaasHound
Saas Hound Docs

Getting started

Learn how to quickly get started with SaasHound.

Create a project.

SaasHound lets you make a project for each app you have. You can make as many as you like!

Click the ”+” button on the side and give your project a name, like “my-saas.”

Create a channel.

Channels are like boxes for your events. You could have one for payments, another for logins, and so on.

Click the ”+” button on the side and name your channel “payments.”

Keep your project and channel names simple! Use lowercase for project and channel names, with letters, numbers, and dashes.

Create an API token.

API tokens let SaasHound know it’s really you. You can make as many as you like, each with different access levels.

To make an API token, go to the API page in Settings and create and copy a new token.

Track your first event.

Now that you have your project, channel, and API token, you’re ready to track an event! You can do this by making a POST request to the SaasHound API.

After making the request, you’ll get a notification on your device. You’ll also see the event pop up in real time on the SaasHound dashboard! It’ll be under the “payments” channel in the “my-saas” project.

Want to learn more about logs? Have a look at the /log endpoint section. You can also check out other endpoints on the API references page.