Authentication

The HipeDev API uses API keys to authenticate requests. You can view and manage your API keys in each environment.

Manage your API Tokens in your account settings.

Security

All the requests will be always using HTTPS and authenticated via:

URL: https://hipe-dev.dmoo.dev/v1

Required Headers

Authorization: <api_token>

TIP: You can also use the api key as a parameter in the URL: ?token=<api_token>

Last updated