Getting Started
/Authorization
Authorization
Authenticating with the Vivamo API and SDK
Backend (Secret key)
The Vivamo API uses an API Bearer key to authenticate backend requests. Vivamo does not have different permissions for API keys meaning all actions can be initiated using this key, be sure to keep them secure. Do not share your secret key in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authorization will also fail.
You should add the Bearer token to all requests in the Authorization header:
Client SDK (Publishable key)
In addition to the secret key, you will also be supplied with a publishable key, beginning with pk_.... This key is then used to initialize the SDK, for example:
Built with