These are Postman collections for showcasing Onna.
The environment.json
file contains a list of variables used by the API collection.
Refer to our documentation for usage, and to register a Developer account with us.
- Download and install Postman.
- Sign up for an Onna account and follow the instructions.
- Download the
onna-api-example.json
andenvironment.json
files from the GitHub repo.
You can disable all tracking by setting Send anonymous usage data to Postman to OFF in the settings window.
- Launch Chrome’s built-in developer tools using
[F12]
. - Open the Network tab.
- Select
[F5]
or browse to something within the current tab. - Once you have some output select the name of any object to view the HTTP headers.
- Scroll to the authorization Bearer header and copy the token
- Launch Firefox’s built-in developer tools using
[F12]
. - Choose the Network tab in the developer tools navigation bar.
- Select [F5] or browse to something within that tab.
- Once you have some output select the name of any object with a
200
status to view the HTTP headers.
Postman allows to use a configurable environment using a set of key-value pairs. Creating commonly used variables that can be referenced by multiple requests in a collection.
More documentation on the Postman environment can be found in the Postman docs.
It is important that you edit and replace some of these variables with your own values.
Access the edit dialog by clicking the gray eye button next to the environment dropdown (highlighted in blue below):
Select Edit (highlighted in blue below):
Replace the following values with your own initial one:
user
: Username you provided during self-registration. For exampleusername@email.io
.container
: The name of the database attached to your account. Onna naming convention is to use the account name you provided during the self-registration process.account
: May be the same value as container.password
: Password of your account.token
: Your JWT token
scope
, container
, and account
may be the same value.
You should have obtained these when creating your own Onna account.
You can find more information in our glossary.