Skip to main content
POST
Create a scoped API key

Authorizations

Authorization
string
header
required

Your personal access token from Settings → Profile, or a scoped API key (hc_…) created at Settings → Developer → API keys. Send it as Authorization: Bearer <token>.

Path Parameters

accountId
integer
required

HueChat account ID

Body

application/json

Scoped key settings

allowed_ips
string[]
Example:
description
string
Example:

"Production appointment synchronization"

expires_at
string<date-time>
Example:

"2027-09-01T00:00:00Z"

name
string
Example:

"Clinic scheduling connector"

rate_limit_rpm
integer
Example:

600

scopes
string[]
Example:

Response

Created

api_key
object
message
string