Terra

Integration

API
Unified API
SDK
SDK
Authentication
Authentication
Streaming
Streaming
Blood
Blood Report API
Planned Workout
Planned Workout
AI Interface
AI Interface

User engagement

Graph API
Graph API
Scores
Health Scores
Rewards
Health Rewards

Use cases

Enterprise
Enterprise
Insurance
Insurance

Developers

Wearable Data
Wearable Data
Community
Community
Documentation
Documentation

Learn

Blog
Blog
Podcast
Podcast
Events
Events
Reports
Reports

Company

Customers
Customers
Careers
Careers
Partners
Partners
Support
Support
Become an integration
Become an integration


Cookie Preferences

Essential CookiesAlways On
Advertisement Cookies
Analytics Cookies

Crunch Time: Embrace the Cookie Monster Within!

We use cookies to enhance your browsing experience and analyse our traffic. By clicking “Accept All”, you consent to our use of cookies according to our Cookie Policy. You can change your mind any time by visiting out cookie policy.

zap

Latest

zap

Popular

API

Unified API

SDK

Phone SDK

Authentication

Widget

Streaming

Streaming

Graph API

Graph API

Can I remove Terra’s branding from the widget

All

CasualCow26 months ago

I would like to remove the Terra logo and style from the widget entirely. Ideally we would only want our Logo and privacy policy. Could we also change the structure of the widget

terra

Matthewadmin26 months ago

Hi there,

You are able to configure the logo, company name and policy link on your dashboard by navigating to Settings > Business Info and updating the details.

If you wish to implement your own UI for authentication, you can use our /authenticateUser endpoint which will generate a URL that takes your user straight to the Auth page for the integration you wish to connect. For example:

  1. Create a button on your site, for example Connect Google, which would make a get request to an endpoint in your backend
  2. The backend server makes a POST request to https://api.tryterra.co/v2/auth/authenticateUser?resource=GOOGLE with the necessary body parameters.
  3. Redirect to the auth_url returned in the body of the response

This way, you have full control over the Authentication UI.