Overview

The SnapShooter API allows you to take and manage backups on the SnapShooter platform. Currently, in Alpha, we hope to enable complete control of your account soon.

We have most of the core endpoints created, if you need additional endpoints, please reach out to support, and we will see what we can code in.

Authentication

To connect to our API, you must use the Authorization header. You can obtain a token for your team from the dashboard. You must not share this API Key, We currently do not support roles and permissions, so this token has complete access to your account.

You can access your keys in the team settings

https://app.snapshooter.com/settings/api

GET https://api.snapshooter.com/v1/team
 
curl https://api.snapshooter.com/v1/team \
-H "Authorization: Bearer API_TOKEN_HERE"


Was this page helpful?

Thank you for helping us improve!