Complete reference for hConnect API endpoints, authentication, and environments.
/v1/token
endpoint does NOT require authentication headers. The Client ID and Secret are sent in the request body instead:v1
. The version is included in the URL path:
v2
).Header | Value | Description |
---|---|---|
Authorization | Basic <base64(client_id:client_secret)> | Your API credentials |
Content-Type | application/json | Required for POST/PUT requests |