If you want to gain access to our API, you will need an API key. In case you don’t have one, you can find it inside your Hippo Video profile settings
Now to get an authentication token, call the below API:
https://www.hippovideo.io/api/v1/me/auth
Params:
email - email of the user
api_key - api_key of the user
expiry(optional) - expiry time in seconds to be set for this authentication token
Response:
{ "code": 200, "authentication_token": "j2CubKoXsKF5jChJbuvm" }
Default expiry for Authentication token in 1 Month. If the API is called again before the previous token expires, we revoke the previous token.
To check out other articles related to this topic.