Getting started

When using the Trybe API, you can make requests to either our Playground environment, or our Production environment.

Authentication

All API requests should be authenticated using a Bearer token in the Authorization header.

To obtain your API key, head to Settings -> Developer -> API Keys in the Trybe app.

Playground

Our playground environment is completely isolated from the production environment, and works identically, except:

  • Emails and SMSs are only sent to whitelisted recipients. Please get in touch with us if you need this functionality in your playground environment.
  • Our payment provider is in test mode, meaning no payments are taken.

The application can be accessed at https://app.playground.try.be

All API requests should be made to the hostname https://api.playground.try.be.

Production

The application can be accessed at https://app.try.be

All API requests should be made to the hostname https://api.try.be