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.arrow-up-right

Security

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

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

Required Headers

Authorization: <api_token>

circle-info

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

Last updated