Skip to main content
Version: FINAL-1.0.0

Authentication

Basics

The Bunny Studio API uses token-based authentication, which allows users to authenticate API requests by inputting their tokens into the HTTP authorization x-access-token header. Example:

curl --request GET \
--url https://api.bunnystudio.com/projects/PROJECT_ID \
--header 'x-access-token: TOUR_TOKEN' \

Get your token

To get started with this process, get in contact with one of our representatives. Once your account has the API enabled, you can use the Authentication endpoint to obtain your token.