Skip to content

Register an outbound endpoint

POST
/accounts/{accountId}/endpoints
accountId
required
string
object
url
required
string format: uri
https://hooks.example.com/2mee
eventTypes
required
Array<string>
[
"experience.goal.reached",
"experience.ended"
]

Created. Returns the endpoint and its signing secret (shown once).

object
endpointId
string
ep_44ab
url
string format: uri
eventTypes
Array<string>
status
string
Allowed values: active paused disabled
createdAt
string format: date-time
secret
string

Missing or invalid authentication/signature.

object
error
object
code
string
invalid_signature
message
string
requestId
string

URL failed validation (not HTTPS, or resolves to a blocked range).

Was this page helpful? Tell us / report an issue ↗