Covver’s authentication is based on OAuth. To authenticate your API requests, you will need to:
Get Your Credentials
Get your clientId
and clientSecret
from Covver’s dev team (rnd@covver.io).
Create Access Token
Use your credentials to create an accessToken
(see below).
Use the Access Token
Add the accessToken
in Bearer Authentication
for each API Request.
There are 2 ways to create access tokens: