When using the Trybe API, you can make requests to either our Playground environment, or our Production environment.
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.
Our playground environment is completely isolated from the production environment, and works identically, except:
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.
The application can be accessed at https://app.try.be
All API requests should be made to the hostname https://api.try.be