Open navigation

API Authorization

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


Response:

{

    "code": 200,

    "authentication_token": "j2CubKoXsKF5jChJbuvm"

}


To check out other articles related to this topic.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.