The public Vloggi API allows advanced users and developers to integrate our platform with tools like Zapier or even build their own custom front ends using our API endpoints. Follow the steps below to log in and access the full range of studio functionalities via command line entry.
Prerequisites #
- API Credentials: You will receive your API username and password via email.
- Studio Account Credentials: Make sure you have created an account at studio.vloggi.com; you’ll need the associated email and password.
- Basic REST API Knowledge: Familiarity with API endpoints and authentication processes is helpful.
Step-by-Step Guide #
- Visit the Swagger Page:
Open your browser and navigate to api.vloggi.com/api-docs. - Log In with API Credentials:
When prompted, enter the API username and password that were emailed to you. - Select the Login Endpoint:
- Locate the
/users/login
endpoint in the Swagger documentation. - Click the “Try it out” button.
- Locate the
- Enter Your Studio Account Details:
In the request body, input the email and password you previously created for your studio.vloggi.com account. - Execute the Request:
Click the “Execute” button to send the login request. - Retrieve Your Token:
In the response body, you will receive a token. You can copy this token directly or download the JSON file containing it. - Authorize Your Session:
- Click the “Authorize” button at the top of the Swagger page.
- Paste the copied token into the
bearerAuth
value field. - Click “Authorize” within the dialog to complete the process.
Once authorized, you are logged in and can access all the studio API functions via command line entry or your preferred integration tools.
/
Next Steps #
- Custom Integrations:
With full API access, you can build your own front end or integrate Vloggi with platforms like Zapier. - Additional Endpoints:
If you require more endpoints to be surfaced, please contact our support team for assistance.
This guide provides a complete walkthrough for accessing the public Vloggi API. If you encounter any issues or have further questions, feel free to reach out for support.