API Keys

Endpoints for managing your API key information.

List API keys (user level)

get
/v1/keys

Returns the caller's own key info, or all keys for their organisation when org_id is supplied.

Authorizations
X-HP-API-KeystringRequired

Your developer API key for accessing public endpoints.

Query parameters
org_idstring · uuidOptional
Responses
get
/v1/keys
200

Keys retrieved.

Last updated